virtualisation: fmt

This commit is contained in:
notohh 2024-02-08 11:43:41 -05:00
parent 1fae129f3a
commit 883350f2e9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,13 +7,9 @@ _: {
autoPrune = { autoPrune = {
enable = true; enable = true;
dates = "weekly"; dates = "weekly";
flags = [ flags = ["--all"];
"--all"
];
}; };
listenOptions = [ listenOptions = ["/run/docker.sock"];
"/run/docker.sock"
];
}; };
}; };
} }