diff options
| author | Fuwn <[email protected]> | 2024-09-22 19:13:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 19:21:03 -0700 |
| commit | 2d33b8b07fed167accbe4b1d9e620cc6cacfeb51 (patch) | |
| tree | 5d7bbaccba9c6773abc6cbeabec6edce64059787 | |
| parent | core: move tailscale (diff) | |
| download | nixos-config-2d33b8b07fed167accbe4b1d9e620cc6cacfeb51.tar.xz nixos-config-2d33b8b07fed167accbe4b1d9e620cc6cacfeb51.zip | |
glance: add analytics
| -rw-r--r-- | home/ebisu/fortune/networking/glance.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/ebisu/fortune/networking/glance.nix b/home/ebisu/fortune/networking/glance.nix index 083d211..80fa419 100644 --- a/home/ebisu/fortune/networking/glance.nix +++ b/home/ebisu/fortune/networking/glance.nix @@ -37,9 +37,13 @@ url = "https://mayu.due.moe"; } { - title = "wastebin"; + title = "bin"; url = "https://bin.fuwn.me"; } + { + title = "Analytics"; + url = "https://analytics.fuwn.me/"; + } ]; } { |