feat(battleship): add minecraft-serves

This commit is contained in:
Guz
2026-05-15 15:09:44 -03:00
parent 15373fc61c
commit 296c6208a1
2 changed files with 7 additions and 3 deletions

View File

@@ -1,18 +1,17 @@
{
inputs,
lib,
pkgs,
...
}: {
imports = [
../../secrets.nix
./gpu.nix
./impermanence.nix
inputs.disko.nixosModules.disko
./disko.nix
./hardware-configuration.nix
./services.nix
];
# GnuPG keyring

View File

@@ -0,0 +1,5 @@
{self, ...}: {
imports = with self.nixosModules.services; [
minecraft-servers
];
}