From fee14618b8a5967af93a205c1b9d0073a5452d38 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 10 Aug 2026 22:44:07 -0400 Subject: [PATCH] mod: added input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8ce2878..6caf02c 100644 --- a/flake.nix +++ b/flake.nix @@ -191,7 +191,7 @@ nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { - inherit userName userEmail; + inherit userName userEmail nur; hostname = "yshtola"; role = "server"; };