feat(Infini-SERVER): include private minecraft server configs

This commit is contained in:
Infinidoge 2023-03-30 13:04:10 -04:00
parent 8d1fe1f7a2
commit 5c8024d5a6

View file

@ -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
];