From 493639ea045eddb93145b0a9e9812fd632350f5a Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 17 May 2021 05:18:07 +0100 Subject: [PATCH] hosts/yule: Fixed boot partition --- hosts/yule/nixos/hw.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/yule/nixos/hw.nix b/hosts/yule/nixos/hw.nix index 309a27fa..0fbd7d47 100644 --- a/hosts/yule/nixos/hw.nix +++ b/hosts/yule/nixos/hw.nix @@ -24,10 +24,10 @@ fsType = "zfs"; }; - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D680-ED0E"; - fsType = "vfat"; - }; + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/2552-18F2"; + fsType = "vfat"; + }; swapDevices = [{ device = "/dev/disk/by-uuid/87ff4f68-cc00-494e-8eba-050469c3bf03"; }];