From 6405a3f0aa4d3c801c99cb18d05bc0cb07a1ef86 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 20 Sep 2026 20:22:21 -0400 Subject: [PATCH] mod: forgot nur inherit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fd32c2a..501fd6d 100644 --- a/flake.nix +++ b/flake.nix @@ -223,7 +223,7 @@ nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { - inherit userName userEmail; + inherit userName userEmail nur; hostname = "yshtola"; role = "server"; };