From 542a89245c08344a1df54927623a965cb44d46c7 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 03:51: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 96c1463..d9f1fbe 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 ]; }