virtualisation: fmt
This commit is contained in:
parent
1fae129f3a
commit
883350f2e9
1 changed files with 2 additions and 6 deletions
|
@ -7,13 +7,9 @@ _: {
|
|||
autoPrune = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
flags = [
|
||||
"--all"
|
||||
];
|
||||
flags = ["--all"];
|
||||
};
|
||||
listenOptions = [
|
||||
"/run/docker.sock"
|
||||
];
|
||||
listenOptions = ["/run/docker.sock"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue