From e06135b60c8e3c70926918a714752be3b51db750 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 22:36:36 -0500 Subject: [PATCH] feat: owncast test --- nixos/modules/services/owncast.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 = {