This commit is contained in:
parent
92a3d884c9
commit
ad41d6c2e2
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
"fs.inotify.max_user_watches" = 10485760;
|
"fs.inotify.max_user_watches" = 10485760;
|
||||||
"fs.inotify.max_user_instances" = 1024;
|
"fs.inotify.max_user_instances" = 1024;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerSocket.enable = true;
|
dockerSocket.enable = true;
|
||||||
docketCompat = true;
|
dockerCompat = true;
|
||||||
autoPrune = {
|
autoPrune = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
|
|
Loading…
Reference in a new issue