disabled podman prune until nixos 23.05 drops
This commit is contained in:
parent
9c8a95ae55
commit
55bf8803b3
1 changed files with 3 additions and 1 deletions
|
|
@ -101,8 +101,10 @@ in
|
||||||
(import ./vim.nix)
|
(import ./vim.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
|
|
||||||
systemd.timers."podman-auto-update".enable = config.virtualisation.podman.enable;
|
systemd.timers."podman-auto-update".enable = config.virtualisation.podman.enable;
|
||||||
|
# disabling prune until nixos 23.05 drops
|
||||||
|
# due to compability issues
|
||||||
|
#virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue