nix-config/modules/polkit.nix

4 lines
No EOL
51 B
Nix

{ pkgs, ... }:
{
security.polkit.enable = true;
}