feat(virtualisation): switch to rootless docker
This commit is contained in:
parent
8eef21722c
commit
0e80ee0eb3
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
|
rootless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = "--ip 127.0.0.1";
|
setSocketVariable = true;
|
||||||
autoPrune = {
|
daemon.settings.ip = "127.0.0.1";
|
||||||
enable = true;
|
|
||||||
dates = "10:00";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue