stage #66

Merged
micqdf merged 2 commits from stage into master 2026-03-01 13:55:32 +00:00
Showing only changes of commit 8bd064c828 - Show all commits

View File

@@ -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;