Take out sudo and swaylock from security key PAM
This commit is contained in:
parent
17e2c80478
commit
c5dc52d37d
|
@ -20,9 +20,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
services.sudo.u2fAuth = true;
|
# services.sudo.u2fAuth = true;
|
||||||
services.login.u2fAuth = true;
|
services.login.u2fAuth = true;
|
||||||
services.swaylock.u2fAuth = mkIf (config.services.swaylock.enable) true;
|
# services.swaylock.u2fAuth = mkIf (config.services.swaylock.enable) true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue