mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/hedgedoc: remove fix from 23.05
This commit is contained in:
parent
1d0eccd390
commit
a44bab109b
1 changed files with 0 additions and 5 deletions
|
@ -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 = [
|
my.services.nginx.virtualHosts = [
|
||||||
{
|
{
|
||||||
subdomain = "notes";
|
subdomain = "notes";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue