Remove sudo-rs
All checks were successful
/ check (push) Successful in 42s

This commit is contained in:
Oliver Davies 2025-11-07 23:14:23 +00:00
parent 9c748220f4
commit 6a2e5413ee
2 changed files with 0 additions and 4 deletions

View file

@ -48,6 +48,4 @@
tree
vim
];
security.sudo-rs.enable = lib.mkForce false;
}

View file

@ -2,8 +2,6 @@
{
flake.modules.nixos.pc = {
security.sudo-rs.enable = true;
users.users.${config.flake.meta.owner.username}.extraGroups = [ "wheel" ];
};
}