This commit is contained in:
Vivian 2022-10-17 12:04:16 +02:00
parent 7b01c571ae
commit d35f657217
2 changed files with 1 additions and 2 deletions

View file

@ -112,7 +112,6 @@
inherit system pkgs;
format = "proxmox-lxc";
modules = [
"${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix"
(import ./nixos/lxc-template.nix)
];
};

View file

@ -54,7 +54,7 @@
};
gc = {
automatic = true;
dates = [ "weekly" ];
dates = "weekly";
randomizedDelaySec = "3h";
options = "--delete-older-than 7d";
};