From 00f39cbb84964ecc7554266ad110a48d66d006cd Mon Sep 17 00:00:00 2001 From: roxwize Date: Tue, 31 Dec 2024 01:56:21 +0000 Subject: [PATCH] ~ --- nixos/hosts/ioides/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ioides/hardware-configuration.nix b/nixos/hosts/ioides/hardware-configuration.nix index 828f1b4..541223e 100644 --- a/nixos/hosts/ioides/hardware-configuration.nix +++ b/nixos/hosts/ioides/hardware-configuration.nix @@ -24,7 +24,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/58D1-BC3F"; + { device = "/dev/disk/by-uuid/ECB4-26A1"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };