# 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; iolear-beag = import ../hosts/iolear-beag.nix; pi-ceithir = import ../hosts/pi-ceithir.nix; pi-coig = import ../hosts/pi-coig.nix; paidh-tri = import ../hosts/paidh-tri.nix; sithlainnir = import ../hosts/sithlainnir.nix; teintidh = import ../hosts/teintidh.nix; }