From 7ac1ed3b2873c2f584f87f845d4f53bed2dae37a Mon Sep 17 00:00:00 2001 From: oqyude Date: Mon, 19 Jan 2026 12:28:06 +0300 Subject: [PATCH] 12 --- configurations/hardware/mini-pc.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configurations/hardware/mini-pc.nix b/configurations/hardware/mini-pc.nix index 440c83d..3fdf3e0 100644 --- a/configurations/hardware/mini-pc.nix +++ b/configurations/hardware/mini-pc.nix @@ -44,13 +44,13 @@ fileSystems = { "/" = { - #device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; - device = "/dev/disk/by-partuuid/50213d1b-ec8c-4d8d-a4e5-1fd0ee204687"; + device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; + #device = lib.mkForce "/dev/disk/by-partuuid/50213d1b-ec8c-4d8d-a4e5-1fd0ee204687"; fsType = "ext4"; }; "/boot" = { - #device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; - device = "/dev/disk/by-partuuid/b3aeb2c4-ace5-4764-8479-12b223c701ba"; + device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; + #device = lib.mkForce "/dev/disk/by-partuuid/b3aeb2c4-ace5-4764-8479-12b223c701ba"; fsType = "vfat"; options = [ "fmask=0077"