From d2a4fe570bab663d5ba37609817460f5141472bf Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 11 Jun 2023 08:19:25 +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 76c5af1..26890e5 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/d3ab17d3-c007-4b29-8503-358496d34e7f"; + { device = "/dev/disk/by-uuid/e687382b-229d-4c2c-93ae-6c53beedff24"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/3A01-D714"; + { device = "/dev/disk/by-uuid/2DA5-B4DF"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/206ff580-e976-4562-ac18-92a36dc5ad86"; } + [ { device = "/dev/disk/by-uuid/03a11a1e-68ec-4198-b032-9ae2be2896e5"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking