Files
nixos-servers/hosts/nix-cache01/default.nix
Torjus Håkestad a0e94430b4
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
nix-cache01: add actions runner
2025-08-21 20:56:04 +02:00

10 lines
134 B
Nix

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