diff --git a/flake.nix b/flake.nix index 70a207a7..00af29ea 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,7 @@ # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { inherit system; + specialArgs = { inherit master; }; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration