On Tue, Sep 13, 2016 at 1:12 PM, Wilhelm Schuster <[email protected]> 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";
};
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev
