system: don't enable sudo-rs

it's somewhat pointless, especially with run0 being more useful
(and it's already there by default)

this setting also seems to ignore `nixowos.allowAddingPackages`
This commit is contained in:
electria 2026-09-02 11:06:58 -07:00
commit 652550ab41
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -69,8 +69,6 @@ in
memoryPercent = 100; memoryPercent = 100;
}; };
security.sudo-rs.enable = lib.mkDefault true;
services.openssh = { services.openssh = {
enable = lib.mkDefault true; enable = lib.mkDefault true;