diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-29 21:00:44 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-29 21:00:44 -0500 |
| commit | 7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec (patch) | |
| tree | f537fb8298a38174f46f7bcea528fe828a579bbc /hosts/poweredge-pro/hardware-configuration.nix | |
| parent | a2b28f8eae8e8162c35ec8407fee038f9faaaa87 (diff) | |
| download | nixos-7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec.tar.xz nixos-7f5a7926728f5fe87711d2dd96ceb2bd6a7151ec.zip | |
Diffstat (limited to 'hosts/poweredge-pro/hardware-configuration.nix')
| -rw-r--r-- | hosts/poweredge-pro/hardware-configuration.nix | 2 |
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" ]; }; |
