From d952b9288880387052c611b561f9172641f980e9 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 11 Nov 2024 12:42:20 +0100 Subject: [PATCH] lasting-integrity: Stop mounting nextcloud --- machines/lasting-integrity/hardware.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/lasting-integrity/hardware.nix b/machines/lasting-integrity/hardware.nix index 342b3cbc..12aee670 100644 --- a/machines/lasting-integrity/hardware.nix +++ b/machines/lasting-integrity/hardware.nix @@ -46,10 +46,6 @@ device = "zdata/big-apps/mail"; fsType = "zfs"; }; - "/data/var/lib/nextcloud" = { - device = "zdata/big-apps/nextcloud"; - fsType = "zfs"; - }; "/cache" = { device = "zroot/safe/cache"; fsType = "zfs";