diff options
author | Ben Sima <ben@bsima.me> | 2022-02-04 09:36:28 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-04 09:36:28 -0500 |
commit | 58606fd303814a836805c3565a6288d8d11c7040 (patch) | |
tree | 6e105e9a1f2da03dd36c33cb52562181eac304e8 | |
parent | bb329116574f5152b8182e7075436dfef759ee23 (diff) |
Disable yubilock for now - just manually lock
-rw-r--r-- | machines/helium.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index 756be9b..383cbe1 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -135,6 +135,7 @@ in { }; systemd.services = { "yubilock" = { + enable = false; script = "xlock"; path = [ pkgs.xlockmore ]; wantedBy = ["dummy.device"]; # i have to provide a WantedBy |