summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-20 03:55:20 -0500
committerSeth Flynn <[email protected]>2025-02-20 04:00:26 -0500
commit257d26ce3886ee8778565d8c214848d64a40ff0d (patch)
treee982926ca622152bee197ad6b24987aeb92fc70f /systems
parent3b0b4b33dd2bc85c6d00d8e11dc01d06d9d31249 (diff)
atlas: enable hedgedoc
Diffstat (limited to 'systems')
-rw-r--r--systems/atlas/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 61be648..9c8cc7b 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -36,6 +36,7 @@
nixpkgs.hostPlatform = "aarch64-linux";
services = {
+ hedgedoc.enable = true;
nginx.enable = true;
};