From 8534d387bdde222991a1fa796cbbcef2a889c46a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Jan 2025 20:37:22 +0000 Subject: remove stale keys --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') 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 ]; }; }; -- cgit v1.3.1