From 08f7138ba4f668f40c18328a9c81198cd0fc94ac Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Thu, 2 Jan 2025 19:11:41 +0100 Subject: [PATCH] Updated hardware configuration --- hosts/surface/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/surface/hardware-configuration.nix b/hosts/surface/hardware-configuration.nix index 620649d..ab835b7 100644 --- a/hosts/surface/hardware-configuration.nix +++ b/hosts/surface/hardware-configuration.nix @@ -14,18 +14,18 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/09e81450-2741-4218-a2e5-780515cd90b9"; + { device = "/dev/disk/by-uuid/4d44a7fb-9a4f-4d55-8daf-1c93f08485dd"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/FC00-C9A3"; + { device = "/dev/disk/by-uuid/30EC-F045"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/30618725-d8ff-40c9-b218-6b1f7aaf9155"; } + [ { device = "/dev/disk/by-uuid/e803d3e2-28f0-427d-88e2-e0daf62f47fa"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking