diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index 444275d..dbeda95 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -1,7 +1,8 @@ -{ config, suites, profiles, pkgs, lib, ... }: { +{ config, suites, profiles, pkgs, lib, private, ... }: { imports = lib.flatten [ (with suites; [ base ]) + private.nixosModules.minecraft-servers ./hardware-configuration.nix ];