nix-deploy icon indicating copy to clipboard operation
nix-deploy copied to clipboard

Deploy software or an entire NixOS system configuration to another NixOS system

Results 4 nix-deploy issues
Sort by recently updated
recently updated
newest added

I've gone through the doc and it's still not clear to me if this tool can help deploy nix path to an non-nixos machine.

```bash $ nix-deploy system --to remote-server --path $(nix-build --no-out-link -A system deploy.nix) Generating RSA private key, 2048 bit long modulus ........................+++++ .......................................................................................................................................................................................................+++++ e is 65537 (0x10001) writing RSA key [+]...

Hey, heads up, nix-deploy doesn't seem to work with nix 1.12. I just installed `nixUnstable` and tried to run nix-deploy, and got this result: ``` [+] Downloading: /etc/nix/signing-key.sec [+] Installing:...

These can be relaxed, compiles fine above except for a deprecation warning for `fromText`. ``` text >=0.7 && =1.3.6 &&