1

fix keepass bug

This commit is contained in:
2022-08-10 21:38:55 +02:00
parent 826b290859
commit dc2c41b561

View File

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