From 16c197894c37202c3d190b88e80798ee82034dbf Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 20 Aug 2022 21:20:35 -0500 Subject: [PATCH] updated to reflect new install --- eve/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eve/hardware-configuration.nix b/eve/hardware-configuration.nix index 2a242f6..7bb0014 100644 --- a/eve/hardware-configuration.nix +++ b/eve/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/4095c725-2411-44a9-b873-21dcf064d849"; + { device = "/dev/disk/by-uuid/3b13f80d-64f5-491c-b5d4-9bfb376e6f6c"; fsType = "ext4"; }; fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/12B5-4C97"; + { device = "/dev/disk/by-uuid/9492-C4B2"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/27e6c2b6-06ff-4365-8940-49afc82c268f"; } + [ { device = "/dev/disk/by-uuid/a7ae7629-f44f-4298-bf31-59c51cd95658"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking