vergil: update hardware configuration

This commit is contained in:
2026-08-16 15:41:32 -04:00
parent 42f4c3c9f6
commit 36f0d2ed9f
+3 -15
View File
@@ -31,24 +31,12 @@
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435"; device = "/dev/disk/by-uuid/05376a0d-18d1-4e7b-8f75-fe052a5636ac";
fsType = "btrfs"; fsType = "xfs";
};
"/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" ];
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/EB35-0126"; device = "/dev/disk/by-uuid/631D-23D2";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"fmask=0077" "fmask=0077"