From 41e3dce6b10dc8088b14ba91037176ed3bf5ddc0 Mon Sep 17 00:00:00 2001 From: derped Date: Tue, 31 Dec 2024 15:25:28 +0100 Subject: [PATCH] Sheol: convert storage from ntfs to btrfs --- machines/Sheol/hardware-configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/Sheol/hardware-configuration.nix b/machines/Sheol/hardware-configuration.nix index 1ad7aae..cc70224 100644 --- a/machines/Sheol/hardware-configuration.nix +++ b/machines/Sheol/hardware-configuration.nix @@ -61,11 +61,12 @@ neededForBoot = false; }; "/mnt/WD" = { - device = "/dev/disk/by-uuid/EA2866C92866947B"; - fsType = "ntfs"; + device = "/dev/disk/by-uuid/493620e5-c09c-7530-9999-539b68238156"; + fsType = "btrfs"; options = [ "nofail" "x-systemd.automount" + "noexec" ]; neededForBoot = false; };