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 = {
enable = true;
dates = "weekly";
flags = [
"--all"
];
flags = ["--all"];
};
listenOptions = [
"/run/docker.sock"
];
listenOptions = ["/run/docker.sock"];
};
};
}