Permit wheel to use sudo passwordless on klix

This commit is contained in:
Andrew Bruce 2026-03-07 10:54:54 +00:00
parent 7756d426f3
commit aafcb3b5fd
No known key found for this signature in database

View file

@ -38,6 +38,8 @@
};
};
security.sudo.wheelNeedsPassword = false;
systemd.services.klix = {
enable = true;
wantedBy = [ "default.target" ];