Changed Security Details

This commit is contained in:
DerGrumpf
2026-04-04 16:18:02 +02:00
parent 62d3c12930
commit 6b665c5763
16 changed files with 9 additions and 18 deletions

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" ];
};
}