This commit is contained in:
Leon Vita 2022-11-26 14:53:02 +00:00
parent c61bb308a3
commit 8c1b350f1a
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
nix.settings.auto-optimise-store = lib.mkForce false;
networking = {
hostName = "leoncloud";
firewall.enable = true;
@ -110,7 +109,7 @@ services.nextcloud = {
after = ["postgresql.service"];
};
services.nginx.virtualHosts."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
# services.nginx.virtualHosts."localhost".listen = [ { addr = "127.0.0.1"; port = 8080; } ];
#<-----------------nextcloud----------------------