summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 11:57:32 +0200
committerGrigory Shipunov2022-06-18 12:09:56 +0200
commit3f0894f4537d7931e1d42721893b61c57e4787ee (patch)
treec875e970e79479274a93bf00e5e009384eea99bd /flake.nix
parent121e2f5004e109c5fc9530d136aae497061b8ef7 (diff)
explicitly enable wireguard
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index cc9a3fe..9732266 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,7 +39,10 @@
system = "x86_64-linux";
modules = [
sops-nix.nixosModules.sops
- ./hosts/cirrus
+ ./hosts/cirrus/configuration.nix
+ ./hosts/cirrus/hardware-configuration.nix
+ ./hosts/cirrus/secrets.nix
+ ./hosts/cirrus/wireguard-server.nix
./modules/basic-tools.nix
];
};
@@ -48,7 +51,10 @@
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.host
- ./hosts/dishwasher
+ ./hosts/dishwasher/configuration.nix
+ ./hosts/dishwasher/hardware-configuration.nix
+ ./hosts/dishwasher/oxalab.nix
+ ./hosts/dishwasher/secrets.nix
./modules/basic-tools.nix
];
};