security: enable soteria

Soteria is a GTK-based Polkit authentication agent.
This commit is contained in:
Bloxx12 2025-07-19 00:18:14 +02:00
commit f813eb37d3
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
9 changed files with 2 additions and 13 deletions

View file

@ -1,10 +1,7 @@
{pkgs, ...}: {
security = {
polkit = {
enable = true;
package = pkgs.polkit;
};
# Enable Soteria, a GTK-based Polkit authentication agent.
soteria.enable = true;
apparmor = {
enable = true;
killUnconfinedConfinables = true;