NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.78k stars 363 forks source link

Drop support for `templates` #1292

Open grahamc opened 4 years ago

grahamc commented 4 years ago

Templates are a sort of vestigial feature from who knows when. NixOps' code requires templates live in NixOps itself, and NixOps has no templates already.

adisbladis commented 4 years ago

Something worth considering is using the NixOS module system for evaluating NixOps configurations too.

That way it's easy to make modules that can be imported using the same imports = [ ./some-module.nix ]; syntax as we do in NixOS.