pulseaudio now disabled by default; decrypt rotterdam via kyfile

This commit is contained in:
William 2025-01-10 14:29:52 -03:00
parent 3ba14398ce
commit 2971443aeb
2 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,6 @@
hardware = {
xpadneo.enable = true;
bluetooth.enable = true;
pulseaudio.enable = false;
steam-hardware.enable = true; # Allow steam client to manage controllers
graphics.enable32Bit = true; # For OpenGL games
i2c.enable = true;

View file

@ -18,7 +18,10 @@
"usbhid"
"sd_mod"
];
luks.devices."cryptroot".device = "/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
luks.devices."cryptroot" = {
device = "/dev/disk/by-uuid/f7dd4142-7109-4493-834d-4a831777f08d";
keyFile = "/dev/disk/by-partuuid/add5fc14-e20f-48be-8b2a-0799ef04d3cb";
};
};
kernelModules = [ "kvm-amd" ];
};
@ -43,7 +46,7 @@
];
};
"/boot/efi" = {
device = "/dev/disk/by-uuid/1F5A-8945";
device = "/dev/disk/by-uuid/F2A2-CF5A";
fsType = "vfat";
options = [
"noatime"