From fa430896a8a9333af93f34dae36cc59af5b226b9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 20:20:30 +0900 Subject: [PATCH] test --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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