From e3cbc4c92a5e6191cfd71cde75871009405048d4 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 9 Aug 2025 22:16:39 -0700 Subject: [PATCH] hosts/gms-01: enable minecraftserver role --- hosts/gms-01/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/gms-01/default.nix b/hosts/gms-01/default.nix index b16703b..120df35 100644 --- a/hosts/gms-01/default.nix +++ b/hosts/gms-01/default.nix @@ -15,6 +15,10 @@ qemu.enable = true; spice.enable = true; + minecraftserver = { + enable = true; + }; + base.userSSHKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrUTAPCggSFmGKc2Yo9nXCwbHsQNkulWbicN5q1vldv etorres@xenon" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMpLYmsIyCd0EThQ8twuVjiE48SuSzVKxPFOlNMJCEE3 etorres@radon"