From 2f08ee1d96a47a3e9dbf53374ee56903006e3832 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 11 Nov 2024 13:50:41 +0100 Subject: [PATCH] lasting-integrity: Don't mount mail anymore --- 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 12aee670..061ef980 100644 --- a/machines/lasting-integrity/hardware.nix +++ b/machines/lasting-integrity/hardware.nix @@ -42,10 +42,6 @@ fsType = "zfs"; neededForBoot = true; }; - "/data/var/vmail" = { - device = "zdata/big-apps/mail"; - fsType = "zfs"; - }; "/cache" = { device = "zroot/safe/cache"; fsType = "zfs";