2021-12-21 13:52:33 +00:00
|
|
|
# NixOps configuration for the mio-ops nodes
|
|
|
|
{
|
|
|
|
network = {
|
|
|
|
description = "mio-ops nodes";
|
|
|
|
enableRollback = true;
|
|
|
|
};
|
|
|
|
|
2022-03-07 14:26:15 +00:00
|
|
|
network.storage.legacy = {databasefile = "~/.nixops/deployments.nixops";};
|
2021-12-21 13:52:33 +00:00
|
|
|
|
2022-03-07 14:26:15 +00:00
|
|
|
defaults = {
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
system.autoUpgrade.enable = false; # Disabled as it conflicts with NixOps
|
|
|
|
};
|
2021-12-21 13:52:33 +00:00
|
|
|
|
|
|
|
airgead = import hosts/airgead.nix;
|
|
|
|
ceilidh = import hosts/ceilidh.nix;
|
|
|
|
cuallaidh = import hosts/cuallaidh.nix;
|
|
|
|
dhu = import hosts/dhu.nix;
|
|
|
|
dionach = import hosts/dionach.nix;
|
|
|
|
iolear-beag = import hosts/iolear-beag.nix;
|
|
|
|
paidh-ceithir = import hosts/paidh-ceithir.nix;
|
|
|
|
paidh-coig = import hosts/paidh-coig.nix;
|
|
|
|
paidh-dha = import hosts/paidh-dha.nix;
|
|
|
|
paidh-tri = import hosts/paidh-tri.nix;
|
|
|
|
paidh-uachdar = import hosts/paidh-uachdar.nix;
|
|
|
|
sithlainnir = import hosts/sithlainnir.nix;
|
|
|
|
teintidh = import hosts/teintidh.nix;
|
|
|
|
}
|