diff options
author | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
commit | 2452d211737e0544e9cc92ae44da69940632a750 (patch) | |
tree | ecb0e2d9932805a6b40be7e09ab5206201e7aba7 /makefu/1systems/tsp.nix | |
parent | 13df24f8f09469c32077ded463d99033042e25ee (diff) | |
parent | 03a72ef958055c958992c4fbde618c1e68bfff6e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/tsp.nix')
-rw-r--r-- | makefu/1systems/tsp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix index d5d44cce0..302ba6f99 100644 --- a/makefu/1systems/tsp.nix +++ b/makefu/1systems/tsp.nix @@ -8,7 +8,6 @@ [ # Include the results of the hardware scan. ../. ../2configs/base-gui.nix - ../2configs/tinc-basic-retiolum.nix ../2configs/fs/sda-crypto-root.nix # hardware specifics are in here ../2configs/hw/tp-x200.nix #< imports tp-x2x0.nix @@ -20,6 +19,7 @@ ../2configs/exim-retiolum.nix ]; # not working in vm + krebs.retiolum.enable = true; krebs.build.host = config.krebs.hosts.tsp; networking.firewall.allowedTCPPorts = [ |