dumpyourvms: switch to unencrypted /boot partition

This commit is contained in:
teutat3s 2021-10-24 01:18:49 +02:00
parent 56ab7a1d28
commit 4bc3eaed27
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -23,7 +23,7 @@
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/c100b9a7-99d7-44d9-b7c2-3892a5f233c4";
fileSystems."/boot/efi" =
fileSystems."/boot" =
{
device = "/dev/disk/by-uuid/06B8-5414";
fsType = "vfat";
@ -32,6 +32,7 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/02fa042f-7310-4be6-a615-524d5d7dc909"; }];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
}