fix wifi sudoers path

This commit is contained in:
mjallen18
2024-02-06 14:52:39 -06:00
parent b17a4d51fc
commit c6bd514091

View File

@@ -248,7 +248,7 @@ in
options = [ "NOPASSWD" ]; options = [ "NOPASSWD" ];
} }
{ {
command = "/home/matt/reset_wifi"; command = "/home/matt/nix-config/reset_wifi";
options = [ "NOPASSWD" ]; options = [ "NOPASSWD" ];
} }
]; ];