diff options
author | tv <tv@krebsco.de> | 2017-04-17 15:45:32 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-18 21:14:55 +0200 |
commit | 6df0b60f8af8a486ec89f6630e827720efd445ca (patch) | |
tree | a5001ff4ed1946ae41067d5f42507a2416535d42 /shared | |
parent | 0efdaf3a2d66a6166b135818748bd1da5e32ab12 (diff) |
wolf: cleanup
Diffstat (limited to 'shared')
-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 722a08812..0b4448022 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 |