mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: refactor, hyprland - greet with autologin
This commit is contained in:
10
modules/nixos/desktop/security.nix
Normal file
10
modules/nixos/desktop/security.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
# 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;
|
||||
}
|
||||
Reference in New Issue
Block a user