dots/hosts/orion/modules/polkit.nix

6 lines
58 B
Nix

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