reciproka-ops/nixops.nix
2022-06-29 16:58:37 +10:00

20 lines
357 B
Nix

# 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;
}