From c3881d1b7e56996350974e2b125bf22eab704b9b Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 31 Jan 2025 13:38:11 -0800 Subject: [PATCH] fix hostname for osprey --- provision/hosts/osprey/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/hosts/osprey/default.nix b/provision/hosts/osprey/default.nix index bcd208c4..48de2f26 100644 --- a/provision/hosts/osprey/default.nix +++ b/provision/hosts/osprey/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