posixlycorrect: remove old extern disk

This commit is contained in:
Fabian Montero 2025-10-03 00:08:53 -06:00
parent 687d6496e7
commit 443c1e8adf
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

View file

@ -32,12 +32,6 @@ in {
fsType = "vfat"; fsType = "vfat";
options = ["umask=027"]; 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; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;