From b022fd1e1050a82fe19db5c36e2c5248dca349c4 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 15 Jan 2026 18:55:52 +0300 Subject: [PATCH] 123 --- configurations/hardware/mini-laptop.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configurations/hardware/mini-laptop.nix b/configurations/hardware/mini-laptop.nix index a14cdba..35c42a7 100644 --- a/configurations/hardware/mini-laptop.nix +++ b/configurations/hardware/mini-laptop.nix @@ -29,11 +29,12 @@ fileSystems = { "/" = { - device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; + # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; + device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/E4BB-6C2F"; + device = "/dev/disk/by-uuid/7ECA-F1EC"; # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; fsType = "vfat"; options = [