From dc2c41b56143c1ca876e5e18b1423e4b1ee4bbb4 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 10 Aug 2022 21:38:55 +0200 Subject: [PATCH] fix keepass bug --- modules/misc.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/misc.nix b/modules/misc.nix index 91a5c3e3..627a7eda 100644 --- a/modules/misc.nix +++ b/modules/misc.nix @@ -11,7 +11,7 @@ in { keepass = { enable = mkEnableOpt "KeePassXC"; - autostart = mkBoolOpt "Autostart KeePassXC"; + autostart = mkBoolOpt false "Autostart KeePassXC"; }; }; @@ -21,7 +21,6 @@ in { (optionals cfg.keepass.enable [ keepassxc ]) ]; - systemd.user.services = { autostart-keepass = (mkIf (cfg.keepass.enable && cfg.keepass.autostart) {