From 69fac0d7998c611f02d921c443cf7134f9de7c1e Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 22:34:09 -0500 Subject: [PATCH] feat: owncast test --- nixos/modules/services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/default.nix b/nixos/modules/services/default.nix index a2d3a87..3b8fc92 100755 --- a/nixos/modules/services/default.nix +++ b/nixos/modules/services/default.nix @@ -27,6 +27,6 @@ # Maybe the port, or some configuration thing. It's unclear. # Might actually have to wait for the package to get uncucked. 👇 - ./nextcloud.nix + # ./nextcloud.nix ]; }