From 2473287794dfa5a4735fd7b5ae5f7a2be68895a2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 3 Dec 2022 14:09:38 +0100 Subject: Disable automatic screen lock on hephaestus --- host/hephaestus.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 9410f15..ca1edd4 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -8,7 +8,8 @@ ../gui/stalonetray.nix ]; - services.kdeconnect = { - enable = true; + services = { + kdeconnect.enable = true; + screen-locker.enable = pkgs.lib.mkForce false; }; } -- cgit v1.2.3