diff --git a/machines/terra/hardware-configuration.nix b/machines/terra/hardware-configuration.nix index 049b792..f06e944 100644 --- a/machines/terra/hardware-configuration.nix +++ b/machines/terra/hardware-configuration.nix @@ -22,11 +22,6 @@ fsType = "ext4"; }; - fileSystems."/mnt/bulk" = { - device = "/dev/disk/by-uuid/b43f0ba4-c628-4f1a-8523-c6b970325330"; - fsType = "ext4"; - }; - fileSystems."/boot" = { device = "/dev/disk/by-uuid/6AB6-63FD"; fsType = "vfat";