Changed Security Details

This commit is contained in:
DerGrumpf
2026-04-04 16:18:02 +02:00
parent 824c7cc4fc
commit a97789868a
16 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
home = "/home/${primaryUser}";
shell = pkgs.fish;
isNormalUser = true;
openssh.authorizedKeys.keyFiles = [ ./ssh-key ];
openssh.authorizedKeys.keyFiles = [ ../secrets/ssh-key ];
extraGroups = [ "wheel" "video" "audio" "libvirtd" ];
};
}