disable live restore on docker
This commit is contained in:
@ -20,4 +20,5 @@
|
|||||||
defaultGateway = "192.168.1.254";
|
defaultGateway = "192.168.1.254";
|
||||||
nameservers = ["8.8.8.8" "8.8.4.4" "1.1.1.1"];
|
nameservers = ["8.8.8.8" "8.8.4.4" "1.1.1.1"];
|
||||||
};
|
};
|
||||||
|
virtualisation.docker.liveRestore = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user