summaryrefslogtreecommitdiffstats
path: root/1systems
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
commit61e91c7f902b8a87e2a64bb0b57c9649a38363ed (patch)
tree833ca1ea46e7e3422de7c38485193ce82c5c7d1e /1systems
parent6ae5ee3b33331134f9f9e7ad3975e4d3343fcacc (diff)
m 1 p: add get system pkg
Diffstat (limited to '1systems')
-rw-r--r--1systems/pornocauster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/pornocauster.nix b/1systems/pornocauster.nix
index d43f89a03..d208e5112 100644
--- a/1systems/pornocauster.nix
+++ b/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
];