From bb9893800cab682d41f3b21efc0c458c964bed86 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 16 Jan 2026 14:10:32 +0300 Subject: [PATCH] 123 --- configurations/hardware/mini-laptop.nix | 8 ++++---- configurations/hardware/mini-pc.nix | 6 +++--- configurations/mini-laptop.nix | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configurations/hardware/mini-laptop.nix b/configurations/hardware/mini-laptop.nix index 35c42a7..d60e7a2 100644 --- a/configurations/hardware/mini-laptop.nix +++ b/configurations/hardware/mini-laptop.nix @@ -29,13 +29,13 @@ fileSystems = { "/" = { - # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; - device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266"; + 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/7ECA-F1EC"; - # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; + # device = "/dev/disk/by-uuid/7ECA-F1EC"; + device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; fsType = "vfat"; options = [ "fmask=0077" diff --git a/configurations/hardware/mini-pc.nix b/configurations/hardware/mini-pc.nix index 2dfb730..70484be 100644 --- a/configurations/hardware/mini-pc.nix +++ b/configurations/hardware/mini-pc.nix @@ -57,9 +57,9 @@ }; }; - swapDevices = [ - { device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; } - ]; + # swapDevices = [ + # { device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-swap"; } + # ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/configurations/mini-laptop.nix b/configurations/mini-laptop.nix index d9428f8..657df5a 100644 --- a/configurations/mini-laptop.nix +++ b/configurations/mini-laptop.nix @@ -123,9 +123,9 @@ let }; }; }; - # security = { - # rtkit.enable = true; - # }; + security = { + rtkit.enable = true; + }; hardware.intel-gpu-tools.enable = true;