update
This commit is contained in:
parent
a6b6cb385d
commit
2d302b4b57
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
# swaylock-effects has extra effects like image blur and stuff.
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
# All <color> options are of the form <rrggbb[aa]>.
|
||||
|
@ -9,6 +8,7 @@
|
|||
show-failed-attempts = true;
|
||||
effect-blur = "20x8";
|
||||
screenshots = true;
|
||||
fade-in = 0.2;
|
||||
|
||||
clock = true;
|
||||
timestr = "%R";
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
security.pam.yubico = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
control = "required";
|
||||
mode = "challenge-response";
|
||||
challengeResponsePath = "/run/secrets/yubikey";
|
||||
|
|
Loading…
Reference in a new issue