mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 19:51:47 +01:00
11 lines
258 B
Nix
11 lines
258 B
Nix
{
|
|
# security with polkit
|
|
services.power-profiles-daemon = {
|
|
enable = true;
|
|
};
|
|
security.polkit.enable = true;
|
|
# security with gnome-kering
|
|
services.gnome.gnome-keyring.enable = true;
|
|
security.pam.services.greetd.enableGnomeKeyring = true;
|
|
}
|