summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-07 20:13:28 -0500
committerBen Sima <ben@bsima.me>2022-11-07 20:18:22 -0500
commit0e55fb101a9a6ec5d796c99278e90ca28dbf1647 (patch)
treed03e8c79303d0ff7f7c4c1a3e8b067778ecb6079 /machines
parentd5681bcc9cb43a48853e8dbc10bb89b8fbc3b7f2 (diff)
Disable locking for now
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index 228cd98..f60b0c8 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -109,7 +109,7 @@ in {
xserver.windowManager.xmonad.enable = true;
xserver.desktopManager.xterm.enable = true;
- xserver.xautolock.enable = true;
+ xserver.xautolock.enable = false;
xserver.xautolock.locker = "${pkgs.xlockmore}/bin/xlock -mode matrix";
xserver.xautolock.nowlocker = "${pkgs.xlockmore}/bin/xlock -mode matrix"; # xautolock -locknow
xserver.xautolock.time = 5; # minutes
@@ -144,7 +144,7 @@ in {
};
systemd.services = {
"xlock" = {
- enable = true;
+ enable = false;
script = "xlock";
path = [ pkgs.xlockmore ];
# nat sure about these targets