From 526618f959630477e33775726c27a34d7b012012 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 16 Jan 2026 18:28:08 +0100 Subject: [PATCH] increase size of root partition --- hosts/desktop1/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop1/hardware-configuration.nix b/hosts/desktop1/hardware-configuration.nix index c8b6c3d..01e81ae 100644 --- a/hosts/desktop1/hardware-configuration.nix +++ b/hosts/desktop1/hardware-configuration.nix @@ -43,7 +43,7 @@ }; fileSystems."/home" = { - device = "/dev/disk/by-uuid/30759de4-934a-4c89-aca5-2e4fed7fe94f"; + device = "/dev/disk/by-uuid/e5e8d23d-b613-40c2-b190-ee8d40fbf2f1"; fsType = "ext4"; neededForBoot = true; };