disabling extra rules

main
Zynh Ludwig 2024-06-30 01:04:15 -07:00
parent d8c51cbb94
commit 487d68de12
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`). # and in the NixOS manual (accessible by running `nixos-help`).
{ pkgs, inputs, ... }: { pkgs, inputs, lib, ... }:
{ {
imports = [ imports = [
@ -120,7 +120,7 @@
user = "ravenshade"; user = "ravenshade";
}; };
security.sudo.extraRules = [ security.sudo.extraRules = lib.mkIf false [
{ {
users = [ "ravenshade" ]; users = [ "ravenshade" ];
commands = [{ commands = [{