pulseaudio now disabled by default; decrypt rotterdam via kyfile
This commit is contained in:
parent
3ba14398ce
commit
2971443aeb
2 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
hardware = {
|
hardware = {
|
||||||
xpadneo.enable = true;
|
xpadneo.enable = true;
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
pulseaudio.enable = false;
|
|
||||||
steam-hardware.enable = true; # Allow steam client to manage controllers
|
steam-hardware.enable = true; # Allow steam client to manage controllers
|
||||||
graphics.enable32Bit = true; # For OpenGL games
|
graphics.enable32Bit = true; # For OpenGL games
|
||||||
i2c.enable = true;
|
i2c.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,10 @@
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"sd_mod"
|
"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" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
};
|
};
|
||||||
|
|
@ -43,7 +46,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"/boot/efi" = {
|
"/boot/efi" = {
|
||||||
device = "/dev/disk/by-uuid/1F5A-8945";
|
device = "/dev/disk/by-uuid/F2A2-CF5A";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
options = [
|
||||||
"noatime"
|
"noatime"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue