simplify var

This commit is contained in:
Henri Dohmen 2026-04-04 14:47:10 +02:00
parent d54e653a2b
commit be2326ded0
8 changed files with 142 additions and 155 deletions

View file

@ -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 = {