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