summary refs log tree commit diff stats
path: root/notes/deploy.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-23 18:40:22 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-23 18:41:49 +0100
commit9eb900ee6017d19d523f27d780d756cefc2b72fd (patch)
treecb3becee270fe46bd7d7b04a3271a57b15f46960 /notes/deploy.md
parentbuild(flake): Use treefmt as nix formatter (diff)
downloadnixos-server-9eb900ee6017d19d523f27d780d756cefc2b72fd.tar.gz
nixos-server-9eb900ee6017d19d523f27d780d756cefc2b72fd.zip
style(treewide): Format
Diffstat (limited to 'notes/deploy.md')
-rw-r--r--notes/deploy.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/deploy.md b/notes/deploy.md
index 61dcbfc..2b274b5 100644
--- a/notes/deploy.md
+++ b/notes/deploy.md
@@ -1,5 +1,7 @@
 # Full redeployment
+
 After a complete server purge just load up the newest NixOS ISO, set the root password and run:
+
 ```bash
 ipv4_address=$(dig +short "<hostname>"); # ipv6 seems to fail in this context
 nix run github:numtide/nixos-anywhere -- --flake .#<hostname> root@"$ipv4_address"