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 = {
isNormalUser = true;
shell = pkgs.zsh; # default shell
hashedPasswordFile = sopsHashedPasswordFile;
#password = "nixos";
#hashedPasswordFile = sopsHashedPasswordFile;
password = "nixos";
openssh.authorizedKeys.keys = lib.lists.forEach pubKeys (key: builtins.readFile key);
extraGroups =