diff options
Diffstat (limited to 'hosts/pad/hardware-configuration.nix')
| -rw-r--r-- | hosts/pad/hardware-configuration.nix | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hosts/pad/hardware-configuration.nix b/hosts/pad/hardware-configuration.nix index 4345851..657d35c 100644 --- a/hosts/pad/hardware-configuration.nix +++ b/hosts/pad/hardware-configuration.nix @@ -14,21 +14,19 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/fe8e7c2d-ae75-4617-b26c-650377ce813e"; + { device = "/dev/disk/by-uuid/baee52d3-3785-4a09-becd-4eeb6790167d"; fsType = "ext4"; }; - boot.initrd.luks.devices."luks-3462560d-86f8-4ddd-9f37-4d3f92846e1e".device = "/dev/disk/by-uuid/3462560d-86f8-4ddd-9f37-4d3f92846e1e"; + boot.initrd.luks.devices."luks-51fac1af-a272-4fd7-a65e-e8053f143a0c".device = "/dev/disk/by-uuid/51fac1af-a272-4fd7-a65e-e8053f143a0c"; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/B370-4AFC"; + { device = "/dev/disk/by-uuid/97CE-809A"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/1d8ca4a9-b5aa-46d1-96f9-6be57c8a6fc6"; } - ]; + 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 |
