From 36f0d2ed9f7e70e016723dfec320d079e7449329 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sun, 16 Aug 2026 15:41:32 -0400 Subject: [PATCH] vergil: update hardware configuration --- hosts/vergil/hardware.nix | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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"