diff --git a/nixos/modules/services/owncast.nix b/nixos/modules/services/owncast.nix index 644edfd..8dea96c 100644 --- a/nixos/modules/services/owncast.nix +++ b/nixos/modules/services/owncast.nix @@ -25,16 +25,16 @@ in { }; }; }; - fileSystems."/var/lib/${name}" = { - device = paths.path0; - fsType = "none"; - options = ["bind"]; - depends = [server.storage0.mount]; - }; + # fileSystems."/var/lib/${name}" = { + # device = paths.path0; + # fsType = "none"; + # options = ["bind"]; + # depends = [server.storage0.mount]; + # }; - systemd.tmpfiles.rules = [ - "Z ${paths.path0} 755 ${name} ${name} -" - ]; + # systemd.tmpfiles.rules = [ + # "Z ${paths.path0} 755 ${name} ${name} -" + # ]; networking = { firewall = {