Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schonfinkel/servers
- Owner: schonfinkel
- License: wtfpl
- Created: 2021-06-26T17:12:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T12:58:15.000Z (over 1 year ago)
- Last Synced: 2024-12-17T20:39:02.419Z (30 days ago)
- Topics: hcl, linux, nix, nixos, terraform
- Language: HCL
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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