summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-08-29 21:00:44 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-08-29 21:00:44 -0500
commit7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec (patch)
treef537fb8298a38174f46f7bcea528fe828a579bbc /hosts
parenta2b28f8eae8e8162c35ec8407fee038f9faaaa87 (diff)
downloadnixos-7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec.tar.xz
nixos-7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec.zip
chg hw cfgHEADmaster
Diffstat (limited to 'hosts')
-rw-r--r--hosts/poweredge-pro/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/poweredge-pro/hardware-configuration.nix b/hosts/poweredge-pro/hardware-configuration.nix
index cbe1137..e41dec5 100644
--- a/hosts/poweredge-pro/hardware-configuration.nix
+++ b/hosts/poweredge-pro/hardware-configuration.nix
@@ -38,7 +38,7 @@
};
fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/186A-32C6";
+ { device = "/dev/disk/by-uuid/2096-A1E5";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};