Update the sway desktop manager fetching of home-manager to not use the cache'd version to prevent erroneous mismatch between different machines despite the same url and upstream channel
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m24s

This commit is contained in:
Root User 2026-03-22 15:41:45 +01:00
parent 6c25a08515
commit 50e64761ee
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 11 additions and 10 deletions

View file

@ -18,7 +18,7 @@ TODO HECK
- [x] Find a more clean way to store initial passwords (.env??) -> [nix-sops](https://github.com/Mic92/sops-nix)
- [x] Create proper build automation scripts -> Needs to be properly done.
- [ ] Attach more NixOS weblinks...
- [ ] Update Forgejo Styling
- [x] Update Forgejo Styling
- [x] Figure out what the ***hecc*** to do with SSL Certifications in the most elegant way -> Use Traefik
- [x] Add Git Actions to Forgejo -> It was already added, just need to setup the CI itself.
- [x] Setup the CI backend.
@ -26,8 +26,9 @@ TODO HECK
- [ ] Read up more about how to a backup machine stuff and making it Nix-y...
- [ ] Figure out my life
- [ ] Setup Hardware Keys
- [x] Setup a VPN
- [ ] Setup a VPN, needs to be setup as module
- [ ] Setup Alejandra pre-commit hook
- [ ] Document the need to do `nix flake update` when the home-manager flake version mismatch gets too apparent.
## NOTES FOR FUTURE