From c4ca6029b870bd4b6a4c4c5552b809fa1c38a811 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 30 Nov 2023 12:56:28 +0300 Subject: some tweaks --- nixos/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 73472f8..d829fdb 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/6a01c356-7ba4-4499-84be-d3f94af19c71"; + { device = "/dev/disk/by-uuid/b4d5e165-3c5d-494f-b6f4-dad51c470f4b"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/AFC7-387A"; + { device = "/dev/disk/by-uuid/4075-1CD3"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/c52d36a0-3755-4407-a15c-1b021a12f32b"; } + [ { device = "/dev/disk/by-uuid/92692e2e-0394-4d43-b309-d0d650af1e21"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.2.3