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
- Host: GitHub
- URL: https://github.com/edouardparis/nixos-ovh-vps-example
- Owner: edouardparis
- License: mit
- Created: 2024-01-12T12:13:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T12:33:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T07:12:47.969Z (11 months ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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@
```