collabora->onlyoffice

This commit is contained in:
mjallen18
2025-01-25 14:07:36 -06:00
parent e983e5b47c
commit 88c98a2230
6 changed files with 48 additions and 23 deletions

View File

@@ -32,11 +32,11 @@ in
mountPoint = "/var/lib/nextcloud";
};
"/var/lib/onlyoffice" = {
hostPath = "/media/nas/ssd/nix-app-data/onlyoffice";
isReadOnly = false;
mountPoint = "/var/lib/onlyoffice";
};
# "/var/lib/onlyoffice" = {
# hostPath = "/media/nas/ssd/nix-app-data/onlyoffice";
# isReadOnly = false;
# mountPoint = "/var/lib/onlyoffice";
# };
};
config =
@@ -110,18 +110,12 @@ in
};
};
};
onlyoffice = {
enable = true;
port = 8000;
hostname = "office.mjallen.dev";
};
};
# System packages
environment.systemPackages = with pkgs; [
nextcloud30
onlyoffice-documentserver
# onlyoffice-documentserver
sqlite
];
@@ -132,9 +126,9 @@ in
group = "nextcloud";
};
users.users.onlyoffice = {
group = lib.mkForce "nextcloud";
};
# users.users.onlyoffice = {
# group = lib.mkForce "nextcloud";
# };
users.groups = {
nextcloud = {