diff --git a/Hosts/hertog-laptop/hardware-configuration.nix b/Hosts/hertog-laptop/hardware-configuration.nix index 29cd230..8aa9663 100644 --- a/Hosts/hertog-laptop/hardware-configuration.nix +++ b/Hosts/hertog-laptop/hardware-configuration.nix @@ -14,18 +14,20 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/d42a3a57-a48e-442c-8c39-eaa4d908c655"; + { device = "/dev/disk/by-uuid/e59c3434-c3fe-473d-9b21-8d3902eb979e"; fsType = "ext4"; }; - boot.initrd.luks.devices."luks-528cf9f0-1010-4643-b33d-4556cbbd8e12".device = "/dev/disk/by-uuid/528cf9f0-1010-4643-b33d-4556cbbd8e12"; + boot.initrd.luks.devices."luks-169925e5-1b60-431c-8844-45f2dee3ddf9".device = "/dev/disk/by-uuid/169925e5-1b60-431c-8844-45f2dee3ddf9"; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/42F5-ED7B"; + { device = "/dev/disk/by-uuid/84F4-B0F5"; fsType = "vfat"; }; - swapDevices = [ ]; + swapDevices = + [ { device = "/dev/disk/by-uuid/0cc81e3a-c57d-4a62-8ef9-f93b412aa12e"; } + ]; # 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