feat: remove nextcloud from zroot
This should _hopefully_ remove the race condition between `zfs-mount` and `nextcloud`, meaning `zroot` will get automatically mounted.main
parent
f7ed9dacd1
commit
fb7fd99294
|
@ -367,7 +367,6 @@
|
||||||
services.nginx.enable = false;
|
services.nginx.enable = false;
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
home = "/zroot/nextcloud";
|
|
||||||
hostName = "nextcloud.samsehu.perli.casa";
|
hostName = "nextcloud.samsehu.perli.casa";
|
||||||
config.adminpassFile = "/var/nextcloud-admin-pass";
|
config.adminpassFile = "/var/nextcloud-admin-pass";
|
||||||
config.trustedProxies = [
|
config.trustedProxies = [
|
||||||
|
|
Loading…
Reference in New Issue