nixedo: disable sudo-rs
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
297c8cd990
commit
f7d7fc6c4d
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ inputs, pkgs, ... }:
|
||||
{ inputs, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -48,4 +48,6 @@
|
|||
tree
|
||||
vim
|
||||
];
|
||||
|
||||
security.sudo-rs.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue