2021-04-18 23:24:01 -07:00
|
|
|
let
|
2021-08-09 11:12:39 -07:00
|
|
|
nixos-version = "21.05";
|
2021-04-18 23:24:01 -07:00
|
|
|
|
|
|
|
hosts = import ./lib/hosts.nix { inherit nixos-version; };
|
|
|
|
|
|
|
|
define-host = hosts.host-config;
|
|
|
|
|
|
|
|
in {
|
2021-04-29 21:39:21 -07:00
|
|
|
network = {
|
|
|
|
description = "Informis network";
|
|
|
|
enableRollback = true;
|
|
|
|
};
|
2021-04-18 23:24:01 -07:00
|
|
|
|
|
|
|
procul = define-host "172.86.179.18" "procul";
|
|
|
|
}
|