add nextcloud server local dev repo
This commit is contained in:
parent
abcf5f9151
commit
27c76e6783
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue