fix hostname error in torus

This commit is contained in:
Tyler Starr 2025-01-03 01:07:18 -08:00
parent 396d73cc54
commit 4702876966

View File

@ -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