This commit is contained in:
mjallen18
2026-03-18 20:39:24 -05:00
parent 4a7b2f835e
commit 46b249560f
18 changed files with 142 additions and 917 deletions

View File

@@ -34,12 +34,12 @@ in
dataPath = mkOption {
type = types.str;
default = "/media/nas/main/ocis";
default = "/var/lib/ocis";
};
configPath = mkOption {
type = types.str;
default = "/media/nas/main/nix-app-data/ocis";
default = "/var/lib/ocis/config";
};
puid = mkOption {