1.3 KiB
1.3 KiB
Changelog
v0.2.0-alpha
Initial "stable" release. Cerulean is currently usable and supports:
- local & remote deployment configuration
- nixos/homemanager module-level support for any number of nixpkg branches
- use of the nix-systems standard, the introduction of the
snow/flakestandard, and the introduction of thenixpkgs.nixstandard module. - hierarchical groups for NixOS hosts via
snow.nix
This is still a alpha-build of Cerulean. Everything will break in the future as I change the internals a bunch. I'll aim to write documentation in future cause currently there's no guide.
v0.2.1-alpha
Minor patches
- cerulean no longer has a
inputs.nixpkgs-unstable(thenixpkgs.nixis the new alternative) home-manager.nixosModules.defaultandmicrovm.nixosModules.microvmare added as default modules- fixed
groups.allnot being added to nodes withgroups = []
v0.2.2-alpha
Minor patches
- fixed
nexus.groups.allnot added to emptynexus.nodes.*.groupsdeclarations - fixed bad propagation of inputs
- forced system architecture to be specified per node
- cerulean no longer depends on
nixpkgs,basepackage set should be set instead - rename
extraModules->modules - rename
specialArgs->args