nixos-config/nixops/informis.nix

16 lines
271 B
Nix
Raw Normal View History

let
2021-08-09 11:12:39 -07:00
nixos-version = "21.05";
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;
};
procul = define-host "172.86.179.18" "procul";
}