feat(tanzanite): use old docker data dir
This commit is contained in:
parent
8bff5db0f5
commit
0effd94182
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ in {
|
||||||
|
|
||||||
networking.hostName = "tanzanite";
|
networking.hostName = "tanzanite";
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
daemon.settings = {
|
||||||
|
data-root = "/opt/data";
|
||||||
|
};
|
||||||
|
};
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 22 80 222 443 ];
|
allowedTCPPorts = [ 22 80 222 443 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue