diff options
| author | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
| commit | 11d05469368ecfe533c7720e7f5b624f2f8f19fc (patch) | |
| tree | c666f76157b6f9158a2faa723efbf10d1d3dab03 /os/core/security.nix | |
| parent | cacaadb79a73fca27bd8bbc0a33a0713d2379655 (diff) | |
...
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 ]; }; } |
