feat: minecraft!!!

This commit is contained in:
Kat Inskip 2024-09-16 19:39:38 -07:00
parent efe4346c21
commit 6b3ba157a4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -1,4 +1,4 @@
{meta, ...}: {
{meta, pkgs, ...}:{
imports = let
inherit (meta) nixos;
in [
@ -7,6 +7,14 @@
nixos.tailscale
];
environment.systemPackages = with pkgs; [
jre
tmux
];
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 25565 ];
networking.firewall.interfaces.local.allowedTCPPorts = [ 25565 ];
sops = {
defaultSopsFile = ./secrets.yaml;
secrets.tailscale-key.key = "tailscale-key";