Enable yubikey on lift
This commit is contained in:
parent
684a57a46c
commit
084dbd13dd
@ -32,6 +32,11 @@
|
|||||||
password=${config.sops.placeholder."samba/password"}
|
password=${config.sops.placeholder."samba/password"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
security.pam.services = {
|
||||||
|
login.u2fAuth = true;
|
||||||
|
sudo.u2fAuth = true;
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/media" = {
|
fileSystems."/mnt/media" = {
|
||||||
device = "//dalinar.home.johannes-rothe.de/media";
|
device = "//dalinar.home.johannes-rothe.de/media";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user