Initialised mio-ops

This commit is contained in:
Serĉanto de Scio 2019-12-09 15:03:51 +10:00
parent c4ca4be05a
commit 53a22b6487
Signed by: sercanto
GPG key ID: A4122FF3971B6865

18
deployments/mio-ops.nix Normal file
View file

@ -0,0 +1,18 @@
# 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;
}