From c6bd514091e2842f5b2152257613e967cc00d627 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 6 Feb 2024 14:52:39 -0600 Subject: [PATCH] fix wifi sudoers path --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b3f8503..04d9d1b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -248,7 +248,7 @@ in options = [ "NOPASSWD" ]; } { - command = "/home/matt/reset_wifi"; + command = "/home/matt/nix-config/reset_wifi"; options = [ "NOPASSWD" ]; } ];