3 Commits

+1 -1
View File
@@ -23,7 +23,7 @@ in {
description = "Lucien Cartier-Tilet";
extraGroups =
["networkmanager" "wheel" "dialout" "plugdev" "games" "audio" "input"]
++ cfg.extraGroups;
++ extraGroups;
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = lib.filesystem.listFilesRecursive ../../users/phundrak/keys;
};