disabling extra rules
parent
d8c51cbb94
commit
487d68de12
|
@ -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 = [{
|
||||||
|
|
Loading…
Reference in New Issue