From 24d00bf980e8f99c9056a6f1e9cb6354173bfd7e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 21 Nov 2025 12:44:14 -0800 Subject: add new host: argonath --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 08c66f8..7398ad6 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,14 @@ nix run nix-darwin -- switch --flake . Finally, switch the default shell via `chsh`, and set it to `/run/current-system/sw/bin/fish`. Best to reboot to complete the installation. + +## Steps for a new droplet on DigitalOcean + +Start by creating a droplet using Debian. Create a new host configuration. + +Once the droplet is provisioned, we can use `nixos-anywhere` to convert the droplet to a NixOS installation. +```sh +nix run github:nix-community/nixos-anywhere -- --flake .# --target-host root@ +``` + +Once the host reboots, check that it's converted to NixOS by running `uname -a`. -- cgit v1.2.3