Compare commits

..

2 commits

2 changed files with 3 additions and 4 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
- [x] `forgejo` - Code forge
- [ ] `site` - Static site hosting
- [x] `fail2ban` - IP moderation
- [ ] `site` - Personal website
- [x] `forgejo` - Code forge
- [ ] `mail` - Mail server
- [ ] `backup` - Automated backup system
- [ ] `cachix` - Nix build caching
- [ ] `backup` - Automated backup system
## Deployment

View file

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