nixos-servers/hosts/nix-cache01/default.nix
Torjus Håkestad e70e892ab2
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m20s
Add build-flakes script for nix-cache
2025-01-24 01:12:18 +01:00

8 lines
85 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/nix-cache
];
}