diff options
author | lassulus <lassulus@lassul.us> | 2017-12-05 18:46:48 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-05 18:46:48 +0100 |
commit | 8030352c450432a0cee14f561241831875f8399b (patch) | |
tree | 832fc539497da14ec7d90e1540cb8093ca63cfbd /lass/1systems | |
parent | 18fad9c618be468d3a8e902ee2e23143e598163c (diff) | |
parent | 704096c93e91f0b71d257028401b52d6da03c073 (diff) |
Merge branch 'prism/master' into HEAD
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/helios/config.nix | 10 | ||||
-rw-r--r-- | lass/1systems/prism/config.nix | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 23307e9a3..b14ef2a3e 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -14,6 +14,8 @@ with import <stockholm/lib>; #<stockholm/lass/2configs/git.nix> <stockholm/lass/2configs/dcso-vpn.nix> <stockholm/lass/2configs/virtualbox.nix> + <stockholm/lass/2configs/dcso-dev.nix> + <stockholm/lass/2configs/steam.nix> { # automatic hardware detection boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.kernelModules = [ "kvm-intel" ]; @@ -61,6 +63,13 @@ with import <stockholm/lib>; maxTime = 9001; }; } + { + #urban terror port + krebs.iptables.tables.filter.INPUT.rules = [ + { predicate = "-p tcp --dport 27960"; target = "ACCEPT"; } + { predicate = "-p udp --dport 27960"; target = "ACCEPT"; } + ]; + } ]; krebs.build.host = config.krebs.hosts.helios; @@ -92,7 +101,6 @@ with import <stockholm/lib>; environment.systemPackages = with pkgs; [ ag vim - rxvt_unicode git rsync hashPassword diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index e7849446a..b18abf509 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -286,6 +286,7 @@ in { ]; } <stockholm/krebs/2configs/reaktor-krebs.nix> + <stockholm/lass/2configs/dcso-dev.nix> ]; krebs.build.host = config.krebs.hosts.prism; |