From 2e555276c623c14db1e78f8b8f33a34b951ba19c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:25:37 +0400 Subject: [PATCH] man --- modules/server/services/local/homepage/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/server/services/local/homepage/default.nix b/modules/server/services/local/homepage/default.nix index 19c5bb39..11ce408d 100644 --- a/modules/server/services/local/homepage/default.nix +++ b/modules/server/services/local/homepage/default.nix @@ -56,13 +56,13 @@ in { href = "https://redlib.sako.box"; }; } - { - "Nextcloud" = mkIf srv.services.local.nextcloud.enable { - icon = "nextcloud.svg"; - description = "cloud"; - href = "https://nextcloud.sako.box"; - }; - } + # { + # "Nextcloud" = mkIf srv.services.local.nextcloud.enable { + # icon = "nextcloud.svg"; + # description = "cloud"; + # href = "https://nextcloud.sako.box"; + # }; + # } { "Site" = mkIf srv.services.sakosite.enable { icon = "https://sako.lol/icon.png";