From 9231431fa896269fc9fd319cf6aa8767b8535f2e Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 18 Aug 2024 16:45:35 +0100 Subject: [PATCH] kalessin: remove /data dataset --- hosts/kalessin/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/kalessin/hardware-configuration.nix b/hosts/kalessin/hardware-configuration.nix index 53ff439..8e0fb17 100644 --- a/hosts/kalessin/hardware-configuration.nix +++ b/hosts/kalessin/hardware-configuration.nix @@ -28,11 +28,6 @@ fsType = "zfs"; }; - fileSystems."/data" = - { device = "rpool_kalessin/data"; - fsType = "zfs"; - }; - fileSystems."/boot" = { device = "/dev/disk/by-uuid/2ADE-A033"; fsType = "vfat";