chore: added wheel to sudoers, added hashed pw for nicole
This commit is contained in:
parent
e904e447e9
commit
0bc14e1e00
@ -12,6 +12,7 @@
|
||||
|
||||
users.users.nicole = {
|
||||
isNormalUser = true;
|
||||
hashedPassword = "sha512-$6$p73d5mOLoSuJGOol$KRlszaPXZK9/frADlfR3kAr/57DD5f4.CPTGNNX80QWEWFE5y.bM1WiZwmRHiAlrws3q/zCDQ6AqeSyCUX.8U/";
|
||||
extraGroups = [ "wheel" "docker" "libvirtd" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGAsiKDWCwyf1usprg3K6Zk0xE9S4DX6+Bc4+nIOZGmf drezil@Manticore"
|
||||
@ -19,6 +20,7 @@
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05"; # ← einmalig festnageln
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
services.openssh.enable = true;
|
||||
services.zfs.autoScrub.enable = true; # Snapshots & Details kommen später
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user