From fe71c9c3eb0fd48c34be09f386e9d9facb122013 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:37:37 -0500 Subject: [PATCH] variable update --- modules/nix-tools/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix-tools/user.nix b/modules/nix-tools/user.nix index 8e29574..15e614c 100644 --- a/modules/nix-tools/user.nix +++ b/modules/nix-tools/user.nix @@ -20,7 +20,7 @@ security.sudo-rs = lib.mkIf isAdmin { enable = true; extraRules = [{ - users = [ "john" ]; + users = [ "${username}" ]; commands = [{ command = "ALL"; options = [ "NOPASSWD" ];