diff options
author | makefu <github@syntax-fehler.de> | 2022-03-02 13:23:44 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-03-02 13:23:44 +0100 |
commit | 26e2bc72ab89c9e2d0ca02fed632c982beb73322 (patch) | |
tree | b9e86e411372e717efa69c25200ea2cb1f20f4f7 /makefu/1systems/latte/config.nix | |
parent | 94b29daa137e704d9db1979169ba82f9150515c6 (diff) |
ma latte.r: un-fail nextcloud-setup
Diffstat (limited to 'makefu/1systems/latte/config.nix')
-rw-r--r-- | makefu/1systems/latte/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/latte/config.nix b/makefu/1systems/latte/config.nix index c493541fb..2828aea08 100644 --- a/makefu/1systems/latte/config.nix +++ b/makefu/1systems/latte/config.nix @@ -41,6 +41,8 @@ in { ### Moving owncloud data dir to /media/cloud/nextcloud-data { users.users.nextcloud.extraGroups = [ "download" ]; + # nextcloud-setup fails as it cannot set permissions for nextcloud + systemd.services.nextcloud-setup.serviceConfig.SuccessExitStatus = "0 1"; fileSystems."/var/lib/nextcloud/data" = { device = "/media/cloud/nextcloud-data"; options = [ "bind" ]; |