1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: codimd -> hedgedoc

This commit is contained in:
2021-01-15 10:05:12 +01:00
parent 859e536159
commit 901cf6f711
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
'';
};
services.codimd = {
services.hedgedoc = {
enable = true;
configuration = {
allowAnonymous = false;

View File

@@ -5,7 +5,7 @@ in
{
imports = [
./hardware-configuration.nix
<niveum/configs/codimd.nix>
<niveum/configs/hedgedoc.nix>
<niveum/configs/spacetime.nix>
<niveum/configs/sshd.nix>
<niveum/configs/nextcloud.nix>