aboutsummaryrefslogtreecommitdiff
path: root/flake/devshells.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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.