From d93cbfcbff1f0223a9a6664c501659e703340016 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 03:53:29 -0500 Subject: [PATCH] feat: nextcloud 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 d9f1fbe..96c1463 100755 --- a/nixos/modules/services/default.nix +++ b/nixos/modules/services/default.nix @@ -26,6 +26,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 ]; }