From 2a9113e07d83e2f5bd863fd3b8e0350842204003 Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 12 May 2026 00:50:25 +0200 Subject: [PATCH] fix calc --- systems/sandbox/cfg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 7ba4555..48d81c8 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -58,7 +58,7 @@ ethercalc = { enable = true; sops = true; - subdomain = "pad"; + subdomain = "calc"; }; gitea = { enable = true;