From 722e506a3b100cc3744ab73de40e67fce72f7b35 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" <chris@agaric.coop> Date: Fri, 25 Apr 2025 13:50:28 -0400 Subject: [PATCH] Working hdd/mounts config --- hosts/default/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 39c110c..da0e077 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -24,12 +24,12 @@ fileSystems."/mnt/arch" = { device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648"; fsType = "btrfs"; - options = [ "subvol=5" ]; + #options = [ "subvolid=5" ]; }; fileSystems."/mnt/arch/home" = { device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec"; fsType = "btrfs"; - options = [ "subvol=5" ]; + #options = [ "subvolid=5" ]; }; fileSystems."/mnt/bulk" = { device = "/dev/disk/by-partuuid/d3fc1045-9f5e-f745-afd0-9cc9872f043d"; @@ -37,7 +37,7 @@ }; fileSystems."/mnt/slow" = { device = "/dev/disk/by-partuuid/b47703cb-01"; - fsType = "etx4"; + fsType = "ext4"; }; fileSystems."/mnt/fast" = { device = "/dev/disk/by-partuuid/000eede2-01";