feat(tanzanite): use old docker data dir

This commit is contained in:
stitchy 2024-12-21 19:18:09 -08:00
parent 8bff5db0f5
commit 0effd94182
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -10,6 +10,13 @@ in {
networking.hostName = "tanzanite";
time.timeZone = "America/Los_Angeles";
virtualisation.docker = {
enable = true;
daemon.settings = {
data-root = "/opt/data";
};
};
networking.firewall = {
allowedTCPPorts = [ 22 80 222 443 ];