From 47028769669eb1dff629a766319e299edcfc6367 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 3 Jan 2025 01:07:18 -0800 Subject: [PATCH] fix hostname error in torus --- provision/hosts/torus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/hosts/torus/default.nix b/provision/hosts/torus/default.nix index e60e2cd3..60b9005b 100644 --- a/provision/hosts/torus/default.nix +++ b/provision/hosts/torus/default.nix @@ -4,7 +4,7 @@ let hostname = specialArgs.hostname; in { inherit system; - specialArgs = { inherit user inputs home-manager; }; + specialArgs = { inherit user hostname inputs home-manager; }; modules = [ ../default # shared by all configs ../default/physical/configuration.nix # shared by physical machines