summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* automate hosts gen and bump nixpkgsKleidi Bujari2025-04-05
|
* remove machinesKleidi Bujari2025-04-02
|
* fix stale pathKleidi Bujari2025-04-02
|
* update and hide changesKleidi Bujari2025-04-02
|
* change canonical siteKleidi Bujari2025-04-02
|
* Merge remote-tracking branch 'origin/copy-blueprint'Kleidi Bujari2025-04-02
|\
| * automate project structureKleidi Bujari2025-04-02
| |
* | april updatesKleidi Bujari2025-04-02
|/
* march sprintKleidi Bujari2025-03-20
|
* early feb sprintKleidi Bujari2025-03-03
|
* ibidKleidi Bujari2025-02-23
|
* prep t1 for migrationKleidi Bujari2025-02-23
|
* enable disk auto mountingKleidi Bujari2025-02-16
|
* feb2025 sprintKleidi Bujari2025-02-13
|
* move users to depot, add gitignoreKleidi Bujari2025-01-24
|
* fixes wifi persistenceKleidi Bujari2025-01-24
|
* simplify cv buildKleidi Bujari2025-01-24
|
* 25-jan sprintKleidi Bujari2025-01-24
|
* pull resistors from githubKleidi Bujari2025-01-22
|
* add typst writing env initKleidi Bujari2025-01-21
|
* switch blog to symlink with othersKleidi Bujari2025-01-19
|
* post vimcompilersKleidi Bujari2025-01-17
|
* lock hardwareKleidi Bujari2025-01-01
|
* Add hardware inputKleidi Bujari2024-12-29
|
* Extend browser config and setup automatic snapshotsKleidi Bujari2024-12-29
|
* Enable github actionsKleidi Bujari2024-12-18
| | | | | Moved personal blog to be built in this tree. Also enables github actions to host the site on pages.
* Push configuration out of flakeKleidi Bujari2024-12-17
| | | | | | | | | | Projects are not necessarily all exported by the system flake, and should freely support other derivations. The new "mod" directory will be used for most projects, and it can be imported by machine configurations. That said, the tooling around flakes is pretty good and will still be used until the dependency is lessened.
* Finalize working configs and prior to adding secretsKleidi Bujari2024-12-10
| | | | | | | | | System configurations in a known good state. Secrets still have to be integrated, at this point the nixos-anywhere project will likely handle this to keep the bootstrap completely automatic since it can copy ssh host keys to the host prior to install/activation. This would work nicely with the sops secret module, but a good way to manage host keys for each machine still has to be decided.
* Cleanup xnet module and add baseline modulesKleidi Bujari2024-12-01
| | | | | | | With these changes, the xnet module is useable as a system builder. At this point, it is still undecided whether all configuration will be generalized into this module, rather than keeping mini-modules local to the machine they will run on.
* Initial scaffolding and layoutKleidi Bujari2024-11-23
| | | | | | | | | | | Set up the modules of the flake. At this time, the flake is split into modules and machines. Considering that additional top-level sections -- such as packages and shells -- will also be added, it might make sense to keep all nix related things in one top-level directory, alongside the flake.nix file. This is all under the assumption that later amendments to the project will introduce other tech, such as terraform.
* Initial commitKleidi Bujari2024-11-20