morph icon indicating copy to clipboard operation
morph copied to clipboard

NixOS deployment tool

Results 79 morph issues
Sort by recently updated
recently updated
newest added

I'd like to be able to keep secrets (say, SSH keys) in the same git repo with my host deployment configuration files, but right now that means I have to...

enhancement

I'm not really up to date on the differences between the nix-* and nix * commands, but I quite liked the nicer progress reports given by the nix * tooling,...

This variable allows users to specify other custom arguments to be used with ssh and scp. This allows users to take advantage of more advanced ssh features like ControlPath, which...

Hi, I like morph and I think it's great to manage some servers/clients at work, including my own PC. Thank you for this work! But to be honest, I didn't...

I'm trying to build a nixos system on my Arch Linux machine. I installed morph with `nix-env -iA nixpkgs.morph`. When I run `morph build network.nix`, I get this error message:...

It seems that morph implements its own password prompt, and it will pass `-n` to sudo it not using `--passwd`: https://github.com/DBCDK/morph/blob/5b852370d8054a895b5ba79b5ef017c3afbb3a3c/ssh/ssh.go#L149-L154 The problem with this is that when using non-standard...

The idea is to have healthchecks in the pre-activation stage aswell, this is useful if you wanna make sure there are no active connections to the node you are about...

This one has been floating around for a while #160 and bumped into a situation with systems without sudo. I did the simple steps of checking if the user was...

Currently, e.g. if pinentry fails, morph will panic and show a trace. This could probably be cleaned up to be more user friendly