diff options
author | lassulus <lass@aidsballs.de> | 2016-03-15 14:14:29 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-03-15 14:14:29 +0100 |
commit | 72939a2d6f45950dbfa6ec0815eae62e83d02630 (patch) | |
tree | d35ae568feeb1d1110be316ba8d434308e0aa780 /makefu/1systems/pnp.nix | |
parent | db3dd77f6de5964bcaa265bf8e5863d7647932f5 (diff) | |
parent | 2e317bfe747ec968d3b933ae4c0df68ad204021c (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/pnp.nix')
-rw-r--r-- | makefu/1systems/pnp.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix index 8791ad1d7..4b8d39c89 100644 --- a/makefu/1systems/pnp.nix +++ b/makefu/1systems/pnp.nix @@ -7,7 +7,6 @@ imports = [ ../. - ../2configs/tinc-basic-retiolum.nix ../2configs/headless.nix ../../krebs/3modules/Reaktor.nix @@ -20,6 +19,7 @@ <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix> ]; + krebs.retiolum.enable = true; virtualisation.graphics = false; # also export secrets, see Usage above fileSystems = pkgs.lib.mkVMOverride { @@ -43,10 +43,8 @@ krebs.build.host = config.krebs.hosts.pnp; - nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; - networking.firewall.allowedTCPPorts = [ - 25 + 25 ]; } |