summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-03-02 13:23:44 +0100
committermakefu <github@syntax-fehler.de>2022-03-02 13:23:44 +0100
commit9adf7fa9f539f8e641749b2accef427e11467d32 (patch)
tree4136f24472e930ea0b1a65476d89ed033a66077b /1systems
parentd2cf36aea5647ec963482ca28ce10394c69a48b9 (diff)
ma latte.r: un-fail nextcloud-setup
Diffstat (limited to '1systems')
-rw-r--r--1systems/gum/config.nix2
-rw-r--r--1systems/latte/config.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix
index 9ee00c1de..089fc8e9f 100644
--- a/1systems/gum/config.nix
+++ b/1systems/gum/config.nix
@@ -150,7 +150,7 @@ in {
# <stockholm/makefu/2configs/deployment/photostore.krebsco.de.nix>
<stockholm/makefu/2configs/deployment/graphs.nix>
- <stockholm/makefu/2configs/deployment/owncloud.nix>
+ #<stockholm/makefu/2configs/deployment/owncloud.nix>
<stockholm/makefu/2configs/deployment/board.euer.krebsco.de.nix>
#<stockholm/makefu/2configs/deployment/feed.euer.krebsco.de>
<stockholm/makefu/2configs/deployment/boot-euer.nix>
diff --git a/1systems/latte/config.nix b/1systems/latte/config.nix
index c493541fb..2828aea08 100644
--- a/1systems/latte/config.nix
+++ b/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" ];
[cgit] Unable to lock slot /tmp/cgit/c1000000.lock: No such file or directory (2)