security: enable soteria
Soteria is a GTK-based Polkit authentication agent.
This commit is contained in:
parent
484bddd03b
commit
f813eb37d3
9 changed files with 2 additions and 13 deletions
|
@ -32,7 +32,6 @@ in {
|
||||||
microfetch
|
microfetch
|
||||||
mprocs
|
mprocs
|
||||||
nmap
|
nmap
|
||||||
polkit
|
|
||||||
ripgrep
|
ripgrep
|
||||||
smartmontools
|
smartmontools
|
||||||
television
|
television
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
security.polkit.enable = true;
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
services = {
|
services = {
|
||||||
fstrim.enable = lib.mkDefault true;
|
fstrim.enable = lib.mkDefault true;
|
||||||
|
|
|
@ -74,7 +74,6 @@ in {
|
||||||
pdfpc
|
pdfpc
|
||||||
pfetch
|
pfetch
|
||||||
playerctl
|
playerctl
|
||||||
polkit
|
|
||||||
presenterm
|
presenterm
|
||||||
pulsemixer
|
pulsemixer
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
security.polkit.enable = true;
|
|
||||||
|
|
||||||
# boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;
|
# boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pdfarranger
|
pdfarranger
|
||||||
picard
|
picard
|
||||||
polkit
|
|
||||||
pulsemixer
|
pulsemixer
|
||||||
python3
|
python3
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
security.polkit.enable = true;
|
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
security.polkit.enable = true;
|
|
||||||
programs.nix-ld.enable = false;
|
programs.nix-ld.enable = false;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
microfetch
|
microfetch
|
||||||
nmap
|
nmap
|
||||||
pfetch
|
pfetch
|
||||||
polkit
|
|
||||||
ripgrep
|
ripgrep
|
||||||
smartmontools
|
smartmontools
|
||||||
util-linux
|
util-linux
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
security = {
|
security = {
|
||||||
polkit = {
|
# Enable Soteria, a GTK-based Polkit authentication agent.
|
||||||
enable = true;
|
soteria.enable = true;
|
||||||
package = pkgs.polkit;
|
|
||||||
};
|
|
||||||
|
|
||||||
apparmor = {
|
apparmor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
killUnconfinedConfinables = true;
|
killUnconfinedConfinables = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue