add homebox

This commit is contained in:
TheWanderingCrow 2025-01-20 20:05:02 -05:00
parent bb1f458a9c
commit c1fdb6faf8
6 changed files with 62 additions and 50 deletions

View file

@ -9,8 +9,8 @@
initialPassword = "changeme";
extraGroups = ["wheel" "libvirtd"];
openssh.authorizedKeys.keyFiles = [
inputs.nix-secrets.keys.default
inputs.nix-secrets.keys.overseer
inputs.nix-secrets.keys.default
inputs.nix-secrets.keys.overseer
];
};
}