An open API service indexing awesome lists of open source software.

https://github.com/edouardparis/nixos-ovh-vps-example

Minimal flake to use for a 2GB ovh vps
https://github.com/edouardparis/nixos-ovh-vps-example

Last synced: 10 months ago
JSON representation

Minimal flake to use for a 2GB ovh vps

Awesome Lists containing this project

README

          

# nixos-ovh-vps-example

Minimal flake to use for a 2GB ovh vps
Change configuration in `disk-config.nix` and `configuration.nix`

test:

```
nix run github:nix-community/nixos-anywhere -- --flake .#ovh-vps --vm-test
```

deploy:
```
nix run github:nix-community/nixos-anywhere -- --flake .#ovh-vps root@
```