diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-26 11:48:44 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-26 11:48:44 -0600 |
| commit | 07c023cb185e7c49a04246a686dd2a560bb0d55f (patch) | |
| tree | 7566eda3dc43cbb3ec8c97ed996cc75b436fec82 /hosts/ganymede/config.nix | |
| parent | af9357c2652605185214fb52a09c9472498d2a74 (diff) | |
btopweb
Diffstat (limited to 'hosts/ganymede/config.nix')
| -rw-r--r-- | hosts/ganymede/config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 8347e5a..db684ae 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -65,6 +65,10 @@ enable = true; privateUrl = "stats.ganymede"; }; + btopweb = { + enable = true; + privateUrl = "btop.ganymede"; + }; cgit = { enable = true; |
