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) {