summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-04 09:36:28 -0500
committerBen Sima <ben@bsima.me>2022-02-04 09:36:28 -0500
commit58606fd303814a836805c3565a6288d8d11c7040 (patch)
tree6e105e9a1f2da03dd36c33cb52562181eac304e8 /machines
parentbb329116574f5152b8182e7075436dfef759ee23 (diff)
Disable yubilock for now - just manually lock
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix1
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