mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
hosts/srv-internal: Disable nextcloud
This commit is contained in:
parent
28b72290a2
commit
02296be975
2 changed files with 2 additions and 14 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue