aboutsummaryrefslogtreecommitdiff
path: root/flake/devshells.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-15drop terraform/terranixFranck Cuny1-1/+0
2025-11-02remove colmenaFranck Cuny1-1/+0
2025-09-06move things aroundFranck Cuny1-1/+1
2025-09-04install correct version of colmenaFranck Cuny1-1/+1
2025-09-01initial attempt at using colmena to deploy nixos configurationsFranck Cuny1-0/+1
Can be used that way: ``` colmena exec --impure -v --on do-rproxy -- 'systemctl status nginx' ``` or ``` colmena --impure apply dry-activate --on synology-vm ```
2025-08-10manage a DigitalOcean virtual machine with nixosFranck Cuny1-1/+1
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-21move all profiles, modules, and flakes to top-levelFranck Cuny1-3/+8
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-0/+57
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.