diff options
| author | lassulus <lassulus@lassul.us> | 2018-01-16 00:02:38 +0100 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2018-01-16 00:03:19 +0100 | 
| commit | 291a3347e9baedd35baf855e58dc98caef066d69 (patch) | |
| tree | e19f6ac2161f3048d0bc5bb6f4b892f331fecce3 /lass/1systems | |
| parent | b713edf2f844e9cc5ca1cc00a9ad4113ecfad40b (diff) | |
l: add minecraft.nix
Diffstat (limited to 'lass/1systems')
| -rw-r--r-- | lass/1systems/prism/config.nix | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 03e9f6eeb..3e42ecd75 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -289,13 +289,6 @@ in {          alias /var/realwallpaper/realwallpaper.png;        '';      } -    { -      services.minecraft-server.enable = true; -      krebs.iptables.tables.filter.INPUT.rules = [ -        { predicate = "-p tcp --dport 25565"; target = "ACCEPT"; } -        { predicate = "-p udp --dport 25565"; target = "ACCEPT"; } -      ]; -    }      <stockholm/krebs/2configs/reaktor-krebs.nix>      <stockholm/lass/2configs/dcso-dev.nix>      { @@ -318,6 +311,7 @@ in {          RandomizedDelaySec = "2min";        };      } +    <stockholm/lass/2configs/minecraft.nix>    ];    krebs.build.host = config.krebs.hosts.prism;  | 
