/otevrenamesta-cz-configuration

NixOps deployment configuration for otevrenamesta.cz

Primary LanguageNix

Deprecated. The content has been moved to GitLab.


otevrenamesta.cz configuration

  1. Install Morph.

    environment.systemPackages = with pkgs; [
      morph
    ];
  2. Deploy environment

    morph deploy morph.nix switch
  3. or deploy a single machine

    morph deploy --on=<machine_name> morph.nix switch