added home-manager to bastion

This commit is contained in:
Vivian 2022-10-18 17:20:14 +02:00
parent 4d9de6aff1
commit 798941a6ab
3 changed files with 21 additions and 1 deletions

View file

@ -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"