From b44a2e17f9fda346b92969686a9b06a0fc052b98 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:25:10 +0200 Subject: [PATCH] Update --- .../server/www/home.anotherhadi.com/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/modules/server/www/home.anotherhadi.com/default.nix b/hosts/modules/server/www/home.anotherhadi.com/default.nix index 7ba2f73..a652501 100644 --- a/hosts/modules/server/www/home.anotherhadi.com/default.nix +++ b/hosts/modules/server/www/home.anotherhadi.com/default.nix @@ -1,12 +1,15 @@ { config, ... }: let bookmarks = '' - Bookmarks: [ - {text: "Outlook", url: "https://outlook.office.com/mail/", icon: "󰴢"}, - ], Home: [ + {text: "Nextcloud", url: "https://cloud.anotherhadi.com", icon: ""}, + {text: "Vaultwarden", url: "https://vault.anotherhadi.com", icon: ""}, ], - Work: [ + Admin: [ + {text: "Adguard Home", url: "http://192.168.2.24:3001", icon: ""}, + {text: "Proxmox", url: "https://192.168.2.17:8006", icon: ""}, + {text: "Cloudflare", url: "https://dash.cloudflare.com/", icon: ""}, + {text: "Tailscale", url: "https://login.tailscale.com/admin/machines", icon: ""}, ], ''; in {