diff --git a/ideas.md b/ideas.md index 1a092cb..3e158a2 100644 --- a/ideas.md +++ b/ideas.md @@ -9,3 +9,5 @@ - Declarative partition creation - [Disko](https://github.com/nix-community/disko) could be used - UUIDs can be generated using `uuidgen`. `uuidgen --md5 --namespace --name ` is useful for deterministically generating UUIDs. Use the namespace to represent the computer itself, and the name to represent the partitions. +- Reconsider Avahi. Mostly redundant with tailscale handling most things, except when internet is down. +- Change `repository` scope to `meta` diff --git a/repository.md b/repository.md index c7ed594..c3b5ac7 100644 --- a/repository.md +++ b/repository.md @@ -34,3 +34,4 @@ A scope is an abstract type of location, such as: - `flake` for `flake.nix` or a flake-wide change - `bump` for `flake.lock` updates +- `meta` for changes relating to the repository-related files (`readme.md`, `ideas.md`, `todo.md`, `repository.md`) diff --git a/todo.md b/todo.md index 4f00dad..18fd574 100644 --- a/todo.md +++ b/todo.md @@ -1,3 +1,7 @@ # TODO - [ ] Move programming languages to home-manager +- [ ] Import modules with haumea instead of digga lib +- [ ] Reorganize modules to separate ones defining options and ones providing config + - Move config into global, move global into root? + - Can do the same for home manager. Put NixOS ones under `nixos`, home manager under `home`?