hosts/srv-internal: Disable nextcloud

This commit is contained in:
SebastianStork 2025-09-02 21:44:05 +02:00
parent 28b72290a2
commit 02296be975
2 changed files with 2 additions and 14 deletions

View file

@ -31,12 +31,6 @@
gui.domain = "syncthing.${config.custom.services.tailscale.domain}";
};
nextcloud = {
enable = true;
doBackups = true;
domain = "cloud.${config.custom.services.tailscale.domain}";
};
filebrowser = {
enable = true;
doBackups = true;
@ -59,9 +53,6 @@
syncthing-gui = {
inherit (config.custom.services.syncthing.gui) domain port;
};
nextcloud = {
inherit (config.custom.services.nextcloud) domain port;
};
filebrowser = {
inherit (config.custom.services.filebrowser) domain port;
};