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";