feat: add needed libs

This commit is contained in:
2025-10-15 10:07:55 -07:00
parent 97cc77c3e9
commit 548c5a989d
2 changed files with 9 additions and 1 deletions

View File

@@ -84,7 +84,10 @@
users.users.luca = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"docker"
];
shell = pkgs.zsh;
hashedPassword = config.hashedPassword;
openssh.authorizedKeys.keys = config.authorized_ssh;