diff options
Diffstat (limited to 'os/core/security.nix')
| -rw-r--r-- | os/core/security.nix | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/os/core/security.nix b/os/core/security.nix index bc2c41c..f1c41c2 100644 --- a/os/core/security.nix +++ b/os/core/security.nix @@ -21,21 +21,15 @@ in rtkit.enable = true; }; - # systemd.user.services.polkit-gnome-authentication-agent-1 = { - # description = "gnome-polkit-authentication-agent-1"; - # wantedBy = [ "graphical-session.target" ]; - # serviceConfig = { - # Type = "simple"; - # ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; - # Restart = "on-failure"; - # RestartSec = 1; - # TimeoutStopSec = 10; - # }; - # }; - environment.systemPackages = with pkgs; [ veracrypt + bitwarden-desktop + keyguard + + keepassxc + keepassxc-go + git-credential-keepassxc ]; }; } |
