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 = {
|
autoPrune = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
flags = [
|
flags = ["--all"];
|
||||||
"--all"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
listenOptions = [
|
listenOptions = ["/run/docker.sock"];
|
||||||
"/run/docker.sock"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue