diff options
Diffstat (limited to 'README.md')
| -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`. |
