dots/hosts/orion/modules/polkit.nix

7 lines
59 B
Nix
Raw Normal View History

2024-05-27 12:15:30 -05:00
{ ... }:
{
security.polkit = {
enable = true;
};
2024-05-27 13:19:55 -05:00
}