Initial commit

This commit is contained in:
2026-02-01 00:42:40 +08:00
commit 17c5379a9a
11 changed files with 514 additions and 0 deletions

9
modules/users/phill.nix Normal file
View File

@@ -0,0 +1,9 @@
{ ... }:
{
users.users.phill = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "input" ];
};
security.sudo.wheelNeedsPassword = true;
}