auto: bootstrapping sparky

This commit is contained in:
Sam 2024-05-22 17:44:08 +01:00
parent 623c979342
commit b482071005
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ in
users.users.media = { users.users.media = {
isNormalUser = true; isNormalUser = true;
shell = pkgs.zsh; # default shell shell = pkgs.zsh; # default shell
hashedPasswordFile = sopsHashedPasswordFile; #hashedPasswordFile = sopsHashedPasswordFile;
#password = "nixos"; password = "nixos";
openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key); openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key);
extraGroups = extraGroups =