From a3ccd8602d217977079c66269eb04d66aae46d21 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Mon, 2 Feb 2026 16:17:46 +0100 Subject: [PATCH] update: hardware-configuration.nix --- hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index dc87594..b70a621 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/8283d4bd-5d4e-4856-9f66-68e83253e15e"; + { device = "/dev/disk/by-uuid/2db125bf-6f56-4299-9dec-f1dca95213c7"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/F836-3B64"; + { device = "/dev/disk/by-uuid/F3DA-C028"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };