diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-21 12:44:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-21 12:44:14 -0800 |
| commit | 24d00bf980e8f99c9056a6f1e9cb6354173bfd7e (patch) | |
| tree | a2ecbfc804dcbaf6332571f42bcb82a68529ba9d /README.md | |
| parent | move acme configurations to a profile (diff) | |
| download | infra-24d00bf980e8f99c9056a6f1e9cb6354173bfd7e.tar.gz | |
add new host: argonath
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 .#<host> --target-host root@<IP> +``` + +Once the host reboots, check that it's converted to NixOS by running `uname -a`. |
