diff options
| -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" ]; }; |
