aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move things aroundFranck Cuny2025-09-064-125/+0
|
* manage terraform configuration with terranixFranck Cuny2025-08-311-0/+25
| | | | | | | | | All the terraform configuration is managed within one state instead of having multiple state for each components. This might not be the best practice but it simplifies things for me. Now, all I need to do is to run `nix run .#tf -- plan` and I can see what will be changed for all the resources that I care about.
* fix script to update do-rproxyFranck Cuny2025-08-121-1/+1
|
* move each machine configuration to a folderFranck Cuny2025-08-121-7/+7
| | | | | This will give me a bit more flexibility to configure things per machine in the future.
* update the message for the helper scripts to build/switchFranck Cuny2025-08-101-4/+16
|
* manage a DigitalOcean virtual machine with nixosFranck Cuny2025-08-102-83/+0
| | | | | | | Add a new machine on DigitalOcean and provision it using terraform + nixos-anywhere. This takes care of bringing the machine up on nixos completely, and use a static SSH host key in order to configure wireguard at the same time.
* add a script to build the VMFranck Cuny2025-07-251-0/+7
|
* move all profiles, modules, and flakes to top-levelFranck Cuny2025-07-215-0/+164