Migrate to snowfall lib
This commit is contained in:
10
modules/nixos/system/security/polkit/default.nix
Normal file
10
modules/nixos/system/security/polkit/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
security.polkit.enable = true;
|
||||
security.pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ polkit_gnome ];
|
||||
}
|
Reference in New Issue
Block a user