diff options
author | makefu <github@syntax-fehler.de> | 2018-02-14 09:49:57 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-02-14 09:49:57 +0100 |
commit | cd31fcaefa6349248bd1a437027e83c7e05b22af (patch) | |
tree | 99e5f7dd79a57687f57e40e3a0b7e0b46f4cb456 /makefu/1systems/sdev/config.nix | |
parent | 931e25894dc43f7c7e37026f3cc29427aa07ba80 (diff) |
ma docker: use 2configs
Diffstat (limited to 'makefu/1systems/sdev/config.nix')
-rw-r--r-- | makefu/1systems/sdev/config.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 81e8cd4d1..7a87362d8 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -18,6 +18,7 @@ # environment <stockholm/makefu/2configs/tinc/retiolum.nix> + <stockholm/makefu/2configs/virtualisation/docker.nix> ]; # allow sdev to deploy self @@ -31,7 +32,6 @@ ppp xclip get passwdqc-utils - docker gnupg populate (pkgs.writeScriptBin "tor-browser" '' @@ -40,8 +40,6 @@ '') ]; - virtualisation.docker.enable = true; - networking.firewall.allowedTCPPorts = [ 25 80 |