mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
This commit is contained in:
parent
90b4377736
commit
bab444711d
|
|
@ -70,10 +70,16 @@
|
|||
];
|
||||
dotoolXkbLayout = "de";
|
||||
};
|
||||
|
||||
# Security
|
||||
security.rtkit.enable = true; # For Sound
|
||||
security.pam.services = {
|
||||
login.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
};
|
||||
|
||||
# Output
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-11c71284-504f-4b84-a944-265ad793b139".device = "/dev/disk/by-uuid/11c71284-504f-4b84-a944-265ad793b139";
|
||||
boot.initrd.luks.devices."luks-11c71284-504f-4b84-a944-265ad793b139".crypttabExtraOpts = ["fido2-device=auto"];
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/3C1C-72D5";
|
||||
|
|
|
|||
Loading…
Reference in a new issue