Add nix-cache01

This commit is contained in:
2025-01-23 23:17:48 +01:00
parent 8545807dd8
commit 1eb100d4ba
6 changed files with 160 additions and 61 deletions

View File

@@ -247,6 +247,22 @@
sops-nix.nixosModules.sops
];
};
nix-cache01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./hosts/nix-cache01
sops-nix.nixosModules.sops
];
};
};
};
}