simplify var
This commit is contained in:
parent
d54e653a2b
commit
be2326ded0
8 changed files with 142 additions and 155 deletions
|
|
@ -23,7 +23,7 @@ with lib;
|
|||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.fish;
|
||||
packages = [ ];
|
||||
openssh.authorizedKeys.keys = var.ssh-keys.trusted-hd;
|
||||
openssh.authorizedKeys.keys = var.ssh-keys.desktops.hd;
|
||||
hashedPasswordFile = config.age.secrets.hd-password.path;
|
||||
};
|
||||
users.root = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue