fix hostname inherit for bulwark

This commit is contained in:
Tyler Starr 2025-01-04 21:03:11 -08:00
parent b2fc6bcbd2
commit ab14957683

View File

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