diff options
| author | Seth Flynn <[email protected]> | 2025-02-20 03:55:20 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-20 04:00:26 -0500 |
| commit | 257d26ce3886ee8778565d8c214848d64a40ff0d (patch) | |
| tree | e982926ca622152bee197ad6b24987aeb92fc70f /systems/atlas | |
| parent | 3b0b4b33dd2bc85c6d00d8e11dc01d06d9d31249 (diff) | |
atlas: enable hedgedoc
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 1 |
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; }; |
