diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/configuration.nix | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 0c02bef..b0c552c 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -135,11 +135,14 @@ extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; - #fix swaylock - security.pam.services.swaylock = { - text = '' - auth include login - ''; + security = { + polkit.enable = true; + #fix swaylock + pam.services.swaylock = { + text = '' + auth include login + ''; + }; }; services = { |