From fb7fd99294e89a7b7d63f494e580e8c5e1d29c40 Mon Sep 17 00:00:00 2001 From: geemili Date: Tue, 9 Jan 2024 14:35:10 -0700 Subject: [PATCH] feat: remove nextcloud from zroot This should _hopefully_ remove the race condition between `zfs-mount` and `nextcloud`, meaning `zroot` will get automatically mounted. --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bdabf1b..7faa458 100644 --- a/configuration.nix +++ b/configuration.nix @@ -367,7 +367,6 @@ services.nginx.enable = false; services.nextcloud = { enable = true; - home = "/zroot/nextcloud"; hostName = "nextcloud.samsehu.perli.casa"; config.adminpassFile = "/var/nextcloud-admin-pass"; config.trustedProxies = [