summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-04 22:28:41 +0200
committermakefu <github@syntax-fehler.de>2015-10-04 22:28:41 +0200
commit463a8e01d4ad1fd4e09c7d3b1ef1904ea73327fc (patch)
treeb05849a8aa915b50aa3d4b49ce12926e30343419 /makefu
parentb5977c92b3c3daa8023f4df1070a240617125019 (diff)
m 1 p: add get system pkg
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/pornocauster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix
index d43f89a0..d208e511 100644
--- a/makefu/1systems/pornocauster.nix
+++ b/makefu/1systems/pornocauster.nix
@@ -42,7 +42,7 @@
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@pornocauster";
-
+ environment.systemPackages = with pkgs;[ get];
networking.firewall.allowedTCPPorts = [
25
];