# NixOps configuration for the jfdic-ops nodes { network = { description = "jfdic-ops nodes"; enableRollback = true; }; resources.sshKeyPairs.ssh-key = {}; defaults = { config, pkgs, lib, ... }: { system.autoUpgrade.enable = false; # Disabled as it conflicts with NixOps }; toscano = import ../hosts/toscano.nix; }