Added USB-Token
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
kB01 2025-10-26 18:32:07 +01:00
parent 90b4377736
commit bab444711d
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -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;

View file

@ -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";