# Deployment

To build the production server config locally:

    nix-build --attr system ./nixos.nix

To deploy (will ask for ssh passphrase 2x):

    ./deploy.sh

When that damn bug gets fixed, we could just do:

    nix-deploy --to root@simatime.com \
      --path $(nix-build --no-out-path ./nixos.nix)