summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6efad80..af524c2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,6 +77,8 @@
./hosts/cloud
./modules/basic-tools
+ ./modules/server
+ ./modules/binary-caches.nix
];
};
minime = nixpkgs-stable.lib.nixosSystem {
@@ -88,6 +90,7 @@
./hosts/minime
./modules/basic-tools
./modules/server
+ ./modules/binary-caches.nix
];
};
};