aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-06move things aroundFranck Cuny4-125/+0
2025-08-31manage terraform configuration with terranixFranck Cuny1-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.
2025-08-12fix script to update do-rproxyFranck Cuny1-1/+1
2025-08-12move each machine configuration to a folderFranck Cuny1-7/+7
This will give me a bit more flexibility to configure things per machine in the future.
2025-08-10update the message for the helper scripts to build/switchFranck Cuny1-4/+16
2025-08-10manage a DigitalOcean virtual machine with nixosFranck Cuny2-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.
2025-07-25add a script to build the VMFranck Cuny1-0/+7
2025-07-21move all profiles, modules, and flakes to top-levelFranck Cuny5-0/+164