diff --git a/instances/odin/hardware-configuration.nix b/instances/odin/hardware-configuration.nix index cd0850d..d292cc3 100644 --- a/instances/odin/hardware-configuration.nix +++ b/instances/odin/hardware-configuration.nix @@ -29,7 +29,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@root" "x-gvfs-hide" ]; @@ -38,7 +37,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@nix" "x-gvfs-hide" ]; @@ -47,7 +45,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@home" "x-gvfs-hide" ]; @@ -56,7 +53,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@games" "x-gvfs-hide" ]; @@ -65,7 +61,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@videos" "x-gvfs-hide" ]; @@ -74,7 +69,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@music" "x-gvfs-hide" ]; @@ -83,7 +77,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@images" "x-gvfs-hide" ]; @@ -92,7 +85,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@downloads" "x-gvfs-hide" ]; @@ -101,7 +93,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@documents" "x-gvfs-hide" ]; @@ -110,7 +101,6 @@ device = "/dev/disk/by-uuid/c6e3d4df-4861-48a5-8107-d6fd1addad8c"; fsType = "btrfs"; options = [ - "space_cache=v2" "subvol=@bertof/@git" "x-gvfs-hide" ];