From 368256ffe6e4ae57f85bf7280de255a00a6f3207 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 30 Mar 2026 23:47:37 +0200 Subject: [PATCH] remove bulk partition --- machines/terra/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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";