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"; };