Fixed podman autoPrune
This commit is contained in:
parent
897a0b389a
commit
45b86686ce
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
autoPrune = true;
|
autoPrune.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue