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] `wireless` - WiFi support
|
||||||
- [x] `ssh` - SSH configuration
|
- [x] `ssh` - SSH configuration
|
||||||
- [x] `forgejo` - Code forge
|
- [ ] `site` - Static site hosting
|
||||||
- [x] `fail2ban` - IP moderation
|
- [x] `fail2ban` - IP moderation
|
||||||
- [ ] `site` - Personal website
|
- [x] `forgejo` - Code forge
|
||||||
- [ ] `mail` - Mail server
|
- [ ] `mail` - Mail server
|
||||||
- [ ] `backup` - Automated backup system
|
|
||||||
- [ ] `cachix` - Nix build caching
|
- [ ] `cachix` - Nix build caching
|
||||||
|
- [ ] `backup` - Automated backup system
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
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