feat(Infini-SERVER): include private minecraft server configs
This commit is contained in:
parent
8d1fe1f7a2
commit
5c8024d5a6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue