nixos/modules/graphical/run0.nix
2025-07-12 10:53:18 -04:00

7 lines
123 B
Nix

{
# TODO: Server too
security = {
polkit.persistentAuthentication = true;
run0-sudo-shim.enable = true;
};
}