Initialised mio-ops
This commit is contained in:
parent
c4ca4be05a
commit
53a22b6487
18
deployments/mio-ops.nix
Normal file
18
deployments/mio-ops.nix
Normal 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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue