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

@ -32,7 +32,6 @@ in {
microfetch
mprocs
nmap
polkit
ripgrep
smartmontools
television

View file

@ -8,7 +8,6 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "uk";
security.polkit.enable = true;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
services = {
fstrim.enable = lib.mkDefault true;

View file

@ -74,7 +74,6 @@ in {
pdfpc
pfetch
playerctl
polkit
presenterm
pulsemixer
ripgrep

View file

@ -9,7 +9,6 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "us";
security.polkit.enable = true;
# boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;
boot.kernelPackages = pkgs.linuxPackages_latest;

View file

@ -48,7 +48,6 @@
pavucontrol
pdfarranger
picard
polkit
pulsemixer
python3
pwvucontrol

View file

@ -8,7 +8,6 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "uk";
security.polkit.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
programs.nix-ld.enable = true;

View file

@ -8,7 +8,6 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "uk";
security.polkit.enable = true;
programs.nix-ld.enable = false;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
services = {

View file

@ -32,7 +32,6 @@
microfetch
nmap
pfetch
polkit
ripgrep
smartmontools
util-linux

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;