mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: minecraft!!!
This commit is contained in:
parent
efe4346c21
commit
6b3ba157a4
1 changed files with 9 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue