From d617156c246ecd88542f80400837a997115a0bfe Mon Sep 17 00:00:00 2001 From: min Date: Sun, 13 Oct 2024 16:28:40 -0400 Subject: [PATCH] Doc revision --- nixos/hosts/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/README.md b/nixos/hosts/README.md index 4322572..782a71b 100644 --- a/nixos/hosts/README.md +++ b/nixos/hosts/README.md @@ -26,6 +26,5 @@ This directory contains configs for all NixOS hosts. 1. Make your changes 2. `nix flake check` -3. Commit them to Git -4. `deploy`, or if you're making breaking network changes where it's necessary, `deploy --magic-rollback false` -5. Hopefully they work! I have not worked out a way to do a manual rollback remotely yet +3. `deploy`, or if you're making breaking network changes where it's necessary, `deploy --magic-rollback false` +4. Commit to Git if everything works