Compare commits
No commits in common. "f178336dd80f5ce45edcf945935e9c364ee865a6" and "1f4b816ffdad8ab9b29bdc21484117f0cb6c6e84" have entirely different histories.
f178336dd8
...
1f4b816ffd
|
@ -23,12 +23,12 @@ each provide different functionality. These are stored in the `modules/` directo
|
||||||
|
|
||||||
- [x] `wireless` - WiFi support
|
- [x] `wireless` - WiFi support
|
||||||
- [x] `ssh` - SSH configuration
|
- [x] `ssh` - SSH configuration
|
||||||
- [ ] `site` - Static site hosting
|
|
||||||
- [x] `fail2ban` - IP moderation
|
|
||||||
- [x] `forgejo` - Code forge
|
- [x] `forgejo` - Code forge
|
||||||
|
- [x] `fail2ban` - IP moderation
|
||||||
|
- [ ] `site` - Personal website
|
||||||
- [ ] `mail` - Mail server
|
- [ ] `mail` - Mail server
|
||||||
- [ ] `cachix` - Nix build caching
|
|
||||||
- [ ] `backup` - Automated backup system
|
- [ ] `backup` - Automated backup system
|
||||||
|
- [ ] `cachix` - Nix build caching
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
PREFERRED_LICENSES = "MIT,GPL-3.0-or-later";
|
PREFERRED_LICENSES = "MIT,GPL-3.0-or-later";
|
||||||
};
|
};
|
||||||
|
mirror.DEFAULT_INTERVAL = "1h";
|
||||||
|
|
||||||
indexer = {
|
indexer = {
|
||||||
REPO_INDEXER_ENABLED = true;
|
REPO_INDEXER_ENABLED = true;
|
||||||
|
|
Loading…
Reference in a new issue