mio-ops/deployments/mio-ops.nix

25 lines
605 B
Nix
Raw Normal View History

2019-12-09 05:03:51 +00:00
# NixOps configuration for the mio-ops nodes
{
network = {
description = "mio-ops nodes";
enableRollback = true;
};
defaults =
{ config, pkgs, lib, ... }:
{
system.autoUpgrade.enable = false; # Disabled as it conflicts with NixOps
};
cuallaidh = import ../hosts/cuallaidh.nix;
2019-12-12 23:01:03 +00:00
iolear-beag = import ../hosts/iolear-beag.nix;
2020-03-09 22:30:27 +00:00
paidh-ceithir = import ../hosts/paidh-ceithir.nix;
2020-03-09 22:49:55 +00:00
paidh-coig = import ../hosts/paidh-coig.nix;
2020-03-06 04:48:18 +00:00
paidh-tri = import ../hosts/paidh-tri.nix;
2019-12-12 23:01:03 +00:00
sithlainnir = import ../hosts/sithlainnir.nix;
2019-12-10 14:34:13 +00:00
teintidh = import ../hosts/teintidh.nix;
2019-12-09 05:03:51 +00:00
}