Files
old-nixos-dotfiles/system/services/polkit/default.nix

5 lines
65 B
Nix

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