From 487d68de12e724a84792281063ec2cc3006d7aa0 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 30 Jun 2024 01:04:15 -0700 Subject: [PATCH] disabling extra rules --- hosts/snowhawk/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 8269bc6..f9ebb69 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -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`). -{ pkgs, inputs, ... }: +{ pkgs, inputs, lib, ... }: { imports = [ @@ -120,7 +120,7 @@ user = "ravenshade"; }; - security.sudo.extraRules = [ + security.sudo.extraRules = lib.mkIf false [ { users = [ "ravenshade" ]; commands = [{