From d746d85a47449bca5bf56b3c91ab295ea9123920 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 12:14:35 -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 ]; }