diff options
author | tv <tv@krebsco.de> | 2017-04-17 15:45:32 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-17 15:59:40 +0200 |
commit | d070e2cff18f08afacec995486b11793e2fa4e3a (patch) | |
tree | f3d80adb18bb42eb9905f11073e53a8e2a034436 | |
parent | c8a47e81596720ba61a94516b92617e65c1c4b05 (diff) |
wolf: cleanup
-rw-r--r-- | shared/1systems/wolf.nix | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index 722a088..0b44480 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -1,20 +1,18 @@ -{ config, lib, pkgs, ... }: - +{ config, pkgs, ... }: let shack-ip = config.krebs.build.host.nets.shack.ip4.addr; - internal-ip = config.krebs.build.host.nets.retiolum.ip4.addr; in { imports = [ ../. <nixpkgs/nixos/modules/profiles/qemu-guest.nix> + ../2configs/cgit-mirror.nix ../2configs/collectd-base.nix - ../2configs/shack-nix-cacher.nix + ../2configs/graphite.nix + ../2configs/repo-sync.nix ../2configs/shack-drivedroid.nix + ../2configs/shack-nix-cacher.nix ../2configs/shared-buildbot.nix - ../2configs/cgit-mirror.nix - ../2configs/repo-sync.nix - ../2configs/graphite.nix ../2configs/share-shack.nix ]; # use your own binary cache, fallback use cache.nixos.org (which is used by |