aboutsummaryrefslogtreecommitdiff
path: root/flake/hosts.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* consolidate all modules under modules/Franck Cuny2025-11-031-5/+4
|
* remove colmenaFranck Cuny2025-11-021-73/+0
|
* simplify configuration for darwinFranck Cuny2025-11-021-13/+0
|
* simplify hosts managementFranck Cuny2025-10-241-14/+27
|
* move the disk configuration for rivendell as a profileFranck Cuny2025-10-181-0/+1
|
* move modules under nixosFranck Cuny2025-10-131-2/+0
|
* consistent home-manager configuration for all nixos hostsFranck Cuny2025-10-131-8/+21
|
* make the remote unlock bits a nix moduleFranck Cuny2025-10-121-0/+12
| | | | Move all the hardware configuration for rivendell into the default.nix.
* start to refactor nixos modulesFranck Cuny2025-09-121-0/+1
|
* move common modules together and simplify importsFranck Cuny2025-09-081-4/+2
|
* Revert "move droplet specific settings to its own module"Franck Cuny2025-09-081-2/+6
| | | | This reverts commit 3b47113c28c5180d4d5d710e3c1fe74f95aa7226.
* move droplet specific settings to its own moduleFranck Cuny2025-09-081-6/+2
|
* move deployment bits to colmena declarationFranck Cuny2025-09-071-2/+24
|
* install correct version of colmenaFranck Cuny2025-09-041-0/+1
|
* initial attempt at using colmena to deploy nixos configurationsFranck Cuny2025-09-011-0/+37
| | | | | | | | | | | | Can be used that way: ``` colmena exec --impure -v --on do-rproxy -- 'systemctl status nginx' ``` or ``` colmena --impure apply dry-activate --on synology-vm ```
* run `goget` on `go.fcuny.net`Franck Cuny2025-08-241-0/+1
|
* more simplificationsFranck Cuny2025-08-121-2/+6
|
* move each machine configuration to a folderFranck Cuny2025-08-121-59/+44
| | | | | This will give me a bit more flexibility to configure things per machine in the future.
* keep organizing into modules and profilesFranck Cuny2025-07-211-3/+2
|
* move all profiles, modules, and flakes to top-levelFranck Cuny2025-07-211-0/+184
|
* nix libraries and modules will be under `nix/`Franck Cuny2024-03-041-30/+0
|
* install firefoxFranck Cuny2024-02-021-2/+11
| | | | | | | | | | | The firefox packages for darwin are broken. `bandithedoge/nixpkgs-firefox-darwin` provides an overlay to install the package on darwin. Add some specific configurations to make firefox work as I want out of the box. We also add NUR to install some firefox extensions (ublock, 1password).
* various fixes for errors reported by deadnixFranck Cuny2023-12-151-1/+1
|
* additional cleanup for flakesFranck Cuny2023-12-041-0/+21
Move the host configuration to `flake/hosts.nix` to follow what we did with `devshell`.