chore: added wheel to sudoers, added hashed pw for nicole

This commit is contained in:
Nicole Dresselhaus 2025-06-11 12:30:34 +02:00
parent e904e447e9
commit 0bc14e1e00

View File

@ -12,6 +12,7 @@
users.users.nicole = { users.users.nicole = {
isNormalUser = true; isNormalUser = true;
hashedPassword = "sha512-$6$p73d5mOLoSuJGOol$KRlszaPXZK9/frADlfR3kAr/57DD5f4.CPTGNNX80QWEWFE5y.bM1WiZwmRHiAlrws3q/zCDQ6AqeSyCUX.8U/";
extraGroups = [ "wheel" "docker" "libvirtd" ]; extraGroups = [ "wheel" "docker" "libvirtd" ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGAsiKDWCwyf1usprg3K6Zk0xE9S4DX6+Bc4+nIOZGmf drezil@Manticore" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGAsiKDWCwyf1usprg3K6Zk0xE9S4DX6+Bc4+nIOZGmf drezil@Manticore"
@ -19,6 +20,7 @@
}; };
system.stateVersion = "25.05"; # ← einmalig festnageln system.stateVersion = "25.05"; # ← einmalig festnageln
security.sudo.wheelNeedsPassword = false;
services.openssh.enable = true; services.openssh.enable = true;
services.zfs.autoScrub.enable = true; # Snapshots & Details kommen später services.zfs.autoScrub.enable = true; # Snapshots & Details kommen später