add modules

This commit is contained in:
Vivian 2024-01-03 11:40:31 +01:00
parent e913bd96d5
commit 23aa68d0fa
12 changed files with 4 additions and 3 deletions

View file

@ -83,7 +83,7 @@
nixosConfigurations."bastion.olympus" = lib.nixosSystem {
inherit system pkgs;
specialArgs = { inherit inputs; };
modules = [ ./common ./hosts/olympus/bastion ];
modules = [ ./common ./common/generic-vm.nix ./hosts/olympus/bastion ];
};
deploy = {