diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index e79303e..f3cbadb 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -520,6 +520,14 @@ ExecStart = "${pkgs.systemd}/bin/systemctl restart caddy.service"; }; }; + + minidlna = { + serviceConfig = { + ProtectSystem = "strict"; + ProtectHome = "tmpfs"; + BindReadOnlyPaths = ["/home/motiejus/video"]; + }; + }; }; systemd.paths = {