auto: bootstrapping sparky
This commit is contained in:
parent
623c979342
commit
b482071005
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue