diff --git a/flake.nix b/flake.nix index 3427deba..2e02c4f9 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ inherit (self) outputs; stateVersion = "23.11"; hmStateVersion = "23.11"; - libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; + libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; }; in { nixosConfigurations = { osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };