From 4e0cc2a32288aca254549ed9dda7c2f69342b3fe Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 7 Nov 2025 15:06:54 -0600 Subject: [PATCH] hope this is the right binary lmao --- hosts/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/default.nix b/hosts/nixos/default.nix index a361824..349d122 100644 --- a/hosts/nixos/default.nix +++ b/hosts/nixos/default.nix @@ -92,7 +92,7 @@ options = ["NOPASSWD"]; } { - command = "/etc/profiles/per-user/blake/bin/nh"; + command = "/etc/profiles/per-user/blake/bin/nom"; options = ["NOPASSWD"]; } ];