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 = [{