add nextcloud server local dev repo

This commit is contained in:
Jonas Heinrich 2022-12-27 14:38:14 +01:00
parent abcf5f9151
commit 27c76e6783

View file

@ -44,8 +44,12 @@
target = /home/onny/projects/calendar; target = /home/onny/projects/calendar;
cache = "none"; 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 # Setup mail server
services.maddy = { services.maddy = {