summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-14 15:59:54 +0100
committermakefu <github@syntax-fehler.de>2016-11-14 15:59:54 +0100
commit075b70469a19e3cda8fa1e72145a77e2fc652062 (patch)
treec25afb26b3693c4d18a9392fb1340cbb69d9085f /1systems
parent11e6b34ab072de1e95b74bfbf2a3780a797a0ed7 (diff)
m 1 vbob: add extra hosts
Diffstat (limited to '1systems')
-rw-r--r--1systems/vbob.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/1systems/vbob.nix b/1systems/vbob.nix
index 56d1b01ba..7421125e4 100644
--- a/1systems/vbob.nix
+++ b/1systems/vbob.nix
@@ -8,12 +8,12 @@
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>)
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-guest.nix>)
../2configs/main-laptop.nix #< base-gui
- # <secrets/extra-hosts.nix>
# environment
../2configs/tinc/retiolum.nix
];
+ networking.extraHosts = import (toString <secrets/extra-hosts.nix>);
# workaround for https://github.com/NixOS/nixpkgs/issues/16641
services.xserver.videoDrivers = lib.mkOverride 45 [ "virtualbox" "modesetting" ];
@@ -41,8 +41,10 @@
get
logstash
# docker
- devpi-web
- devpi-client
+ #devpi-web
+ #devpi-client
+ debmirror
+ ansible
];
# virtualisation.docker.enable = true;