summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-10-12 15:00:05 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2025-10-12 18:20:47 +0200
commitb5a8efe247a2a724c519ef56411da3ed953bc437 (patch)
tree9a87782b21497589676a507075488d09f56a2b8e /config/services
parent815dcfd8505d6fd68b8196d60f8e5abc1d9d58dc (diff)
networking: route port 2222 to hephaistos:22
Diffstat (limited to 'config/services')
-rw-r--r--config/services/web/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/services/web/default.nix b/config/services/web/default.nix
index 859a3f4..920d1e7 100644
--- a/config/services/web/default.nix
+++ b/config/services/web/default.nix
@@ -1,7 +1,12 @@
{ pkgs, ... }:
{
- imports = [ ./quentin ./rss ./searx ./webkeydirectory ];
+ imports = [
+ ./quentin
+ ./rss
+ ./searx
+ ./webkeydirectory
+ ];
security.acme = {
acceptTerms = true;