From db7b35aa3151c6b3d6576cccb91c7b6b36d9df1c Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 20:19:58 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 45804713..70a207a7 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ nixosConfigurations = { # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { - inherit master unstable system; + inherit system; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration