stage #66
@@ -59,6 +59,13 @@ in
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
||||
users.users.micqdf = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
nix.settings.trusted-users = [ "root" "micqdf" ];
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
||||
Reference in New Issue
Block a user