feat(battleship): add minecraft-serves
This commit is contained in:
@@ -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
|
||||
|
||||
5
hosts/battleship/services.nix
Normal file
5
hosts/battleship/services.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{self, ...}: {
|
||||
imports = with self.nixosModules.services; [
|
||||
minecraft-servers
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user