From 160ea2abc7061e8a083a70d6107bc936e735c75c Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Wed, 2 Apr 2025 15:16:52 +0200 Subject: [PATCH] pepega --- hosts/sputnik/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sputnik/hardware-configuration.nix b/hosts/sputnik/hardware-configuration.nix index e2f8200..064ae5a 100644 --- a/hosts/sputnik/hardware-configuration.nix +++ b/hosts/sputnik/hardware-configuration.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-label/ESP"; + { device = "/dev/disk/by-uuid/9AA3-DC16"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };