diff --git a/vm-nextcloud.nix b/vm-nextcloud.nix index b853e8b..1632180 100644 --- a/vm-nextcloud.nix +++ b/vm-nextcloud.nix @@ -44,8 +44,12 @@ target = /home/onny/projects/calendar; cache = "none"; }; + "/var/lib/nextcloud/server" = { + target = /home/onny/projects/server; + cache = "none"; + }; }; - + services.nginx.virtualHosts."localhost".root = lib.mkForce "/var/lib/nextcloud/server"; # Setup mail server services.maddy = {