Deprecated. The content has been moved to GitLab.
-
Install Morph.
environment.systemPackages = with pkgs; [ morph ];
-
Deploy environment
morph deploy morph.nix switch
-
or deploy a single machine
morph deploy --on=<machine_name> morph.nix switch