It said to remove this
This commit is contained in:
parent
4620a7e06b
commit
114fddeed8
|
@ -33,10 +33,6 @@
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "nextcloud.gladtherescake.eu";
|
hostName = "nextcloud.gladtherescake.eu";
|
||||||
# Enable built-in virtual host management
|
|
||||||
# Takes care of somewhat complicated setup
|
|
||||||
# See here: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/web-apps/nextcloud.nix#L529
|
|
||||||
nginx.enable = true;
|
|
||||||
|
|
||||||
# Use HTTPS for links
|
# Use HTTPS for links
|
||||||
https = true;
|
https = true;
|
||||||
|
|
Loading…
Reference in a new issue