updated module directory structure
Check NixOS configurations / eval-hosts (push) Failing after 22m19s

This commit is contained in:
2026-07-13 00:56:19 +10:00
parent 3de625309e
commit 28ae709100
11 changed files with 10 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
{ ... }:
{
nix.settings = {
substituters = [
"http://nix-cache"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"cache.local-1:usoWYanY3Kpq2+kDIS2nhWoLZiRxanmdysdzqCFBHW4="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
auto-optimise-store = true;
};
}