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 ]; }