remove stale keys

This commit is contained in:
Grigory Shipunov 2025-01-02 20:37:22 +00:00
parent 5c9d04d69b
commit 8534d387bd
4 changed files with 6 additions and 6 deletions

View file

@ -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
];
};
};