Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schonfinkel/servers

My personal servers in different cloud providers, configured declaratively with Terraform + NixOS
https://github.com/schonfinkel/servers

hcl linux nix nixos terraform

Last synced: 25 days ago
JSON representation

My personal servers in different cloud providers, configured declaratively with Terraform + NixOS

Awesome Lists containing this project

README

        

* Servers

My personal servers in different cloud providers, configured declaratively with:

- Terraform
- NixOS

** Bootstrap

#+BEGIN_SRC shell
make init
make plan
make deploy
#+END_SRC

** Destroy

#+BEGIN_SRC shell
make destroy
#+END_SRC