service/hedgedoc: remove fix from 23.05

This commit is contained in:
Felix Buehler 2023-12-07 21:07:37 +01:00
parent 1d0eccd390
commit a44bab109b

View file

@ -72,11 +72,6 @@ in
];
};
# TODO remove for 23.11
# temporary fix for: https://github.com/NixOS/nixpkgs/issues/198250
#systemd.services.hedgedoc.serviceConfig.StateDirectory = lib.mkForce "/var/lib/hedgedoc";
systemd.services.hedgedoc.serviceConfig.StateDirectory = lib.mkForce "hedgedoc";
my.services.nginx.virtualHosts = [
{
subdomain = "notes";