infra/modules/nixos/builder.nix
2023-09-09 23:25:11 +00:00

7 lines
77 B
Nix

{
imports = [
../shared/builder.nix
];
nix.gc.dates = "hourly";
}