updated to reflect new install

This commit is contained in:
Don Harper 2022-08-20 21:20:35 -05:00
parent b1f8d9b94a
commit 16c197894c

View file

@ -14,17 +14,17 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/4095c725-2411-44a9-b873-21dcf064d849"; { device = "/dev/disk/by-uuid/3b13f80d-64f5-491c-b5d4-9bfb376e6f6c";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot/efi" = fileSystems."/boot/efi" =
{ device = "/dev/disk/by-uuid/12B5-4C97"; { device = "/dev/disk/by-uuid/9492-C4B2";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = 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 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking