diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2,11 +2,16 @@ To build the production server config locally: - nix-build --attr system ./nixos.nix + make clean result -To deploy (will ask for ssh passphrase 2x): +To push the built closure and switch to the new configuration (will ask for ssh +passphrase 2x): - ./deploy.sh + make copy switch + +A quick deploy can be just: + + make clean copy switch When that damn bug gets fixed, we could just do: |