nixops: replaced with nixops.nix
This commit is contained in:
parent
968830da9b
commit
2d5265ea17
|
@ -1,30 +0,0 @@
|
||||||
# NixOps configuration for the mio-ops nodes
|
|
||||||
|
|
||||||
{
|
|
||||||
network = {
|
|
||||||
description = "mio-ops nodes";
|
|
||||||
enableRollback = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
resources.sshKeyPairs.ssh-key = { };
|
|
||||||
|
|
||||||
defaults = { config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
system.autoUpgrade.enable = false; # Disabled as it conflicts with NixOps
|
|
||||||
};
|
|
||||||
|
|
||||||
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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue