From 49bf8511887ad29072a2f2b090354331f1405649 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 10 Nov 2024 22:35:25 +0100 Subject: [PATCH] lasting-integrity: Remove git mount --- 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 d8b51e7b..342b3cbc 100644 --- a/machines/lasting-integrity/hardware.nix +++ b/machines/lasting-integrity/hardware.nix @@ -50,10 +50,6 @@ device = "zdata/big-apps/nextcloud"; fsType = "zfs"; }; - "/var/lib/git" = { - device = "zdata/big-apps/git"; - fsType = "zfs"; - }; "/cache" = { device = "zroot/safe/cache"; fsType = "zfs";