diff options
| author | tv <tv@krebsco.de> | 2017-07-22 22:25:46 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-07-23 00:29:38 +0200 | 
| commit | 05beb825b7a7081ae108713ac1b4076df3f1375f (patch) | |
| tree | fa4f4aff6c9e7a46e6f82d11a09824847b2c1d67 | |
| parent | 5b6b176d560f621785bb57a97d171885dd639c8a (diff) | |
tv caxi: RIP
| -rw-r--r-- | tv/1systems/caxi/config.nix | 25 | ||||
| -rw-r--r-- | tv/1systems/caxi/source.nix | 3 | 
2 files changed, 0 insertions, 28 deletions
| diff --git a/tv/1systems/caxi/config.nix b/tv/1systems/caxi/config.nix deleted file mode 100644 index b136d1a..0000000 --- a/tv/1systems/caxi/config.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, ... }: - -with import <stockholm/lib>; - -{ -  krebs.build.host = config.krebs.hosts.caxi; - -  imports = [ -    <stockholm/tv> -    <stockholm/tv/2configs/hw/CAC-Developer-1.nix> -    <stockholm/tv/2configs/fs/CAC-CentOS-7-64bit.nix> -    <stockholm/tv/2configs/retiolum.nix> -  ]; - -  networking = let -    inherit (config.krebs.build.host.nets.internet) ip4; -  in { -    interfaces.enp2s1.ip4 = singleton { -      address = ip4.addr; -      prefixLength = fromJSON (head (match ".*/([0-9]+)" ip4.prefix)); -    }; -    defaultGateway = head (match "([^/]*)\.0/[0-9]+" ip4.prefix) + ".1"; -    nameservers = ["8.8.8.8"]; -  }; -} diff --git a/tv/1systems/caxi/source.nix b/tv/1systems/caxi/source.nix deleted file mode 100644 index bc875b7..0000000 --- a/tv/1systems/caxi/source.nix +++ /dev/null @@ -1,3 +0,0 @@ -import <stockholm/tv/source.nix> { -  name = "caxi"; -} | 
