fix hostname for osprey

This commit is contained in:
Tyler Starr 2025-01-31 13:38:11 -08:00
parent 0f923b74c2
commit c3881d1b7e

View File

@ -4,7 +4,7 @@ let
hostname = specialArgs.hostname; hostname = specialArgs.hostname;
in { in {
inherit system; inherit system;
specialArgs = { inherit user inputs home-manager; }; specialArgs = { inherit user hostname inputs home-manager; };
modules = [ modules = [
../default # shared by all configs ../default # shared by all configs
../default/physical/configuration.nix # shared by physical machines ../default/physical/configuration.nix # shared by physical machines