added home-manager to bastion
This commit is contained in:
parent
4d9de6aff1
commit
798941a6ab
3 changed files with 21 additions and 1 deletions
|
@ -15,12 +15,12 @@ let
|
|||
./common/generic-vm.nix
|
||||
];
|
||||
"local" = [
|
||||
home-manager.nixosModules.home-manager
|
||||
hyprland.nixosModules.default
|
||||
];
|
||||
};
|
||||
in
|
||||
{ hostname, realm, profile ? hostname, type ? "lxc", ... }: [
|
||||
home-manager.nixosModules.home-manager
|
||||
mailserver.nixosModules.mailserver
|
||||
./common
|
||||
"${./.}/hosts/${realm}/${profile}/configuration.nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue