From 8754785d7a27d7f2236004c569cdb19b5af158b1 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 24 Jul 2023 01:49:55 -0400 Subject: [PATCH] Update desktop partition UUID --- hardware-configuration/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration/desktop.nix b/hardware-configuration/desktop.nix index 3727d6f..8b0ad3d 100644 --- a/hardware-configuration/desktop.nix +++ b/hardware-configuration/desktop.nix @@ -7,7 +7,7 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/c8abae41-67ba-47b0-ab99-df5c152b4866"; + { device = "/dev/disk/by-uuid/c75eaa4d-9658-48e7-a2b3-1c6725ef8516"; fsType = "ext4"; };