This commit is contained in:
Henry Hiles 2025-07-08 18:12:22 -04:00
commit 1ac4ff7516
No known key found for this signature in database
4 changed files with 43 additions and 58 deletions

7
modules/desktop/run0.nix Normal file
View file

@ -0,0 +1,7 @@
{
# TODO: Server too
security = {
polkit.persistentAuthentication = true;
run0-sudo-shim.enable = true;
};
}