From c9e3d28ae0dc84a5fe657fb4bdf502eef0b15118 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:56:46 +0000 Subject: [PATCH] Update pc hardware configuration --- nixos-configurations/pc/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-configurations/pc/hardware-configuration.nix b/nixos-configurations/pc/hardware-configuration.nix index 9927cde..4be3c58 100644 --- a/nixos-configurations/pc/hardware-configuration.nix +++ b/nixos-configurations/pc/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/83ee2372-fe3d-40cc-ac17-f4ff9b5236e7"; + { device = "/dev/disk/by-uuid/5c39312b-c63b-4060-ab7d-b46944d3a065"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/CB2E-7684"; + { device = "/dev/disk/by-uuid/F790-7A56"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/f2c703e3-ea97-49da-b15d-816866c5c5de"; } + [ { device = "/dev/disk/by-uuid/d0e9926c-45b6-40bb-84e7-fd04ebc66def"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking