Compare commits

..

No commits in common. "f178336dd80f5ce45edcf945935e9c364ee865a6" and "1f4b816ffdad8ab9b29bdc21484117f0cb6c6e84" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -23,12 +23,12 @@ each provide different functionality. These are stored in the `modules/` directo
- [x] `wireless` - WiFi support
- [x] `ssh` - SSH configuration
- [ ] `site` - Static site hosting
- [x] `fail2ban` - IP moderation
- [x] `forgejo` - Code forge
- [x] `fail2ban` - IP moderation
- [ ] `site` - Personal website
- [ ] `mail` - Mail server
- [ ] `cachix` - Nix build caching
- [ ] `backup` - Automated backup system
- [ ] `cachix` - Nix build caching
## Deployment

View file

@ -43,6 +43,7 @@
PREFERRED_LICENSES = "MIT,GPL-3.0-or-later";
};
mirror.DEFAULT_INTERVAL = "1h";
indexer = {
REPO_INDEXER_ENABLED = true;