diff --git a/hosts/vergil/hardware.nix b/hosts/vergil/hardware.nix index e34c29d..3e2bf3c 100644 --- a/hosts/vergil/hardware.nix +++ b/hosts/vergil/hardware.nix @@ -31,24 +31,12 @@ fileSystems = { "/" = { - device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435"; - fsType = "btrfs"; - }; - - "/home" = { - device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435"; - fsType = "btrfs"; - options = [ "subvol=home" ]; - }; - - "/nix" = { - device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435"; - fsType = "btrfs"; - options = [ "subvol=nix" ]; + device = "/dev/disk/by-uuid/05376a0d-18d1-4e7b-8f75-fe052a5636ac"; + fsType = "xfs"; }; "/boot" = { - device = "/dev/disk/by-uuid/EB35-0126"; + device = "/dev/disk/by-uuid/631D-23D2"; fsType = "vfat"; options = [ "fmask=0077" @@ -59,7 +47,7 @@ "/mnt" = { device = "/dev/disk/by-uuid/1432aeae-71e9-4f34-97dc-cf0fe74a4e00"; fsType = "xfs"; - options = [ + options = [ "noauto" "x-systemd.automount" "x-systemd.after=mount-vm-disk.service"