[Nix-dev] Including SSL certificates with NixOS configuration

Brad Ediger brad.ediger at madriska.com
Tue Sep 13 20:22:05 CEST 2016


On Tue, Sep 13, 2016 at 1:12 PM, Wilhelm Schuster <ws at wilhelm.re> wrote:
> Can I use it to deploy onto an already existing NixOS instance?

Yes, this is possible with targetEnv = "none":

deployment = {
  targetEnv = "none";
  targetHost = "myhost.example.com";
};


More information about the nix-dev mailing list