https://github.com/devmattrick/infrastructure-archive
Personal infrastructure configuration
https://github.com/devmattrick/infrastructure-archive
Last synced: about 2 months ago
JSON representation
Personal infrastructure configuration
- Host: GitHub
- URL: https://github.com/devmattrick/infrastructure-archive
- Owner: devmattrick
- Created: 2022-07-31T06:27:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T23:17:33.000Z (over 3 years ago)
- Last Synced: 2025-07-29T23:14:55.088Z (11 months ago)
- Language: Nix
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# infrastructure
Everything I use to configure and manage my own personal infrastructure.
## /nix
I use NixOS for declarative baremetal configuration. Since most of my stuff (computers, servers, etc.) are not
cloud-based, most of my infrastructure is handled by Nix.
I've decided to use Nix Flakes since they are definitely the future. I am also using Home Manager for my user
configuration, inside the same flake. I decided against using the NixOS module of Home Manager because I wanted to take
advantage of Home Manager's multi system support (and also be able to hack on my home configuration without needing to
create a new boot entry each time).
## /terraform (wip)
I plan to move as much of my cloud infrastructure as possible to Terraform. Ideally this would also run in CI/ CD and
update when changes are pushed to `main`.