updated hardware config on the laptop

main
Johannes Hendrik Gerard van der Weide 2023-11-19 23:52:14 +01:00
parent 01eba91544
commit a580a46aba
1 changed files with 6 additions and 4 deletions

View File

@ -14,18 +14,20 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/d42a3a57-a48e-442c-8c39-eaa4d908c655"; { device = "/dev/disk/by-uuid/e59c3434-c3fe-473d-9b21-8d3902eb979e";
fsType = "ext4"; 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" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/42F5-ED7B"; { device = "/dev/disk/by-uuid/84F4-B0F5";
fsType = "vfat"; 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 # 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 # (the default) this is the recommended approach. When using systemd-networkd it's