From 443c1e8adfa3ab8bdc8dc938ba30c30f1fd72c53 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Fri, 3 Oct 2025 00:08:53 -0600 Subject: [PATCH] posixlycorrect: remove old extern disk --- sys/platforms/posixlycorrect/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/platforms/posixlycorrect/hardware-configuration.nix b/sys/platforms/posixlycorrect/hardware-configuration.nix index 168c7c6..6e41ba9 100644 --- a/sys/platforms/posixlycorrect/hardware-configuration.nix +++ b/sys/platforms/posixlycorrect/hardware-configuration.nix @@ -32,12 +32,6 @@ in { fsType = "vfat"; options = ["umask=027"]; }; - - "/extern" = { - device = "/dev/disk/by-uuid/7d8d3ec9-b456-4e2a-9396-551dcaf7705b"; - fsType = "btrfs"; - options = ["noatime" "compress=zstd"]; - }; }; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;