Compare commits
2 commits
1f4b816ffd
...
f178336dd8
Author | SHA1 | Date | |
---|---|---|---|
Kiana Sheibani | f178336dd8 | ||
Kiana Sheibani | f0aa0e25b0 |
|
@ -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
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
PREFERRED_LICENSES = "MIT,GPL-3.0-or-later";
|
||||
};
|
||||
mirror.DEFAULT_INTERVAL = "1h";
|
||||
|
||||
indexer = {
|
||||
REPO_INDEXER_ENABLED = true;
|
||||
|
|
Loading…
Reference in a new issue