summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-05-30 12:57:33 +0200
committermakefu <github@syntax-fehler.de>2022-05-30 12:57:33 +0200
commit4218846220e75b7e3905d151f52e545743e4d7a9 (patch)
tree4d642b8e7ec08fc4bc30bb660881ed470ab2d523
parentcdc73d611ea140a7ba75a0e6ebc51860a8fad9a8 (diff)
ma latte: move owncloud to hetzner
-rw-r--r--makefu/1systems/latte/config.nix17
1 files changed, 4 insertions, 13 deletions
diff --git a/makefu/1systems/latte/config.nix b/makefu/1systems/latte/config.nix
index 2828aea0..69e401d9 100644
--- a/makefu/1systems/latte/config.nix
+++ b/makefu/1systems/latte/config.nix
@@ -34,20 +34,11 @@ in {
# Services:
<stockholm/makefu/2configs/nix-community/mediawiki-matrix-bot.nix>
- <stockholm/makefu/2configs/torrent/rtorrent.nix>
+
+ # torrent is managed by gum
+ # <stockholm/makefu/2configs/torrent/rtorrent.nix>
+
## Web
- <stockholm/makefu/2configs/deployment/rss.euer.krebsco.de.nix>
- <stockholm/makefu/2configs/deployment/owncloud.nix>
- ### 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" ];
- };
- }
# local usage:
<stockholm/makefu/2configs/mosh.nix>