feat(litterbox): change path to mount

This commit is contained in:
Kat Inskip 2024-09-02 22:28:39 -07:00
parent a8ee040199
commit b7f5cd0562
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -3,6 +3,7 @@
enable = true;
guiAddress = "0.0.0.0:8384";
openDefaultPorts = true;
dataDir = "/mnt/kyuuto-litterbox";
};
networking.firewall.interfaces.local.allowedTCPPorts = [ 8384 ];
}