summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-02 20:37:22 +0000
committerGrigory Shipunov2025-01-02 20:37:22 +0000
commit8534d387bdde222991a1fa796cbbcef2a889c46a (patch)
treedfa247de46f37e6049b090c13c5720c71e56e012 /flake.nix
parent5c9d04d69b7ccde9a71245ae275a8c520f9c1a80 (diff)
remove stale keys
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
];
};
};