From 8245579c8af73c8f40f5978878c7944c814ba04f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 24 Dec 2024 17:59:52 +0100 Subject: [WIP] --- notes/deploy.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'notes/deploy.md') diff --git a/notes/deploy.md b/notes/deploy.md index 2b274b5..127d0e9 100644 --- a/notes/deploy.md +++ b/notes/deploy.md @@ -1,8 +1,7 @@ # Full redeployment -After a complete server purge just load up the newest NixOS ISO, set the root password and run: +After a complete server purge just run (requires a root password and _some_ Linux distribution running on it.): -```bash -ipv4_address=$(dig +short ""); # ipv6 seems to fail in this context -nix run github:numtide/nixos-anywhere -- --flake .# root@"$ipv4_address" +```sh +./scripts/deploy.sh "" "" ``` -- cgit 1.4.1