From c381b58e9121d7c53fb9c95079c11c27427d3459 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Mon, 29 May 2023 15:33:13 +0200 Subject: [PATCH] Change hardware-config --- hardware-configuration.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index c6b214f..82e88e4 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -14,20 +14,18 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/5c6e0435-ae74-4cb6-90aa-7b5a008ef37b"; + { device = "/dev/disk/by-uuid/28b841a4-d2e6-44d2-8bad-003b45271da6"; fsType = "ext4"; }; - boot.initrd.luks.devices."luks-9ef1fc25-39dd-41dd-8a01-1756b2a653b0".device = "/dev/disk/by-uuid/9ef1fc25-39dd-41dd-8a01-1756b2a653b0"; + boot.initrd.luks.devices."luks-e50514c4-95e6-484b-8561-1c32bb948898".device = "/dev/disk/by-uuid/e50514c4-95e6-484b-8561-1c32bb948898"; fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/CADA-6538"; + { device = "/dev/disk/by-uuid/8A95-A78D"; fsType = "vfat"; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/47c76843-e4ff-4c21-bc4b-60ef7c356ed4"; } - ]; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's