Enable yubikey on lift

This commit is contained in:
Johannes Rothe 2025-04-29 22:52:23 +02:00
parent 684a57a46c
commit 084dbd13dd

View File

@ -32,6 +32,11 @@
password=${config.sops.placeholder."samba/password"}
'';
security.pam.services = {
login.u2fAuth = true;
sudo.u2fAuth = true;
};
fileSystems."/mnt/media" = {
device = "//dalinar.home.johannes-rothe.de/media";
fsType = "cifs";