From 9358fa3e416bd7c105ed56e0ee0b0284bf7a764e Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:05:35 +0000 Subject: [PATCH] Update laptop hardware configuration --- nixos-configurations/laptop/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-configurations/laptop/hardware-configuration.nix b/nixos-configurations/laptop/hardware-configuration.nix index 26890e5..de056f7 100644 --- a/nixos-configurations/laptop/hardware-configuration.nix +++ b/nixos-configurations/laptop/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/e687382b-229d-4c2c-93ae-6c53beedff24"; + { device = "/dev/disk/by-uuid/36e29ce0-5131-43e2-a8eb-b76135491365"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/2DA5-B4DF"; + { device = "/dev/disk/by-uuid/B3DB-D6CA"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/03a11a1e-68ec-4198-b032-9ae2be2896e5"; } + [ { device = "/dev/disk/by-uuid/a88b941f-c7ab-4fe0-bcf6-ac9ff6c9708b"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking