From 5413a8e7dbabdc0b3182b5facbfd6615eb0586cd Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 16 Oct 2023 20:20:32 -0600 Subject: [PATCH] Remove mounts that fail. These never worked --- machines/storage/s0/hardware-configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/machines/storage/s0/hardware-configuration.nix b/machines/storage/s0/hardware-configuration.nix index 47982fa..3c14aa3 100644 --- a/machines/storage/s0/hardware-configuration.nix +++ b/machines/storage/s0/hardware-configuration.nix @@ -39,12 +39,6 @@ fsType = "zfs"; options = [ "zfsutil" "X-mount.mkdir" ]; }; - fileSystems."/home" = - { - device = "rpool/nixos/home"; - fsType = "zfs"; - options = [ "zfsutil" "X-mount.mkdir" ]; - }; fileSystems."/var/lib" = { device = "rpool/nixos/var/lib"; @@ -57,13 +51,6 @@ fsType = "zfs"; options = [ "zfsutil" "X-mount.mkdir" ]; }; - - fileSystems."/data" = - { - device = "rpool/nixos/data"; - fsType = "zfs"; - options = [ "zfsutil" "X-mount.mkdir" ]; - }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/4FB4-738E";