From af7a39b2f9bf245ba7388ef4fe39be76e2c9bf2f Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sat, 22 Nov 2025 18:58:01 +0100 Subject: [PATCH] fix: remove subdomain v2 --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index f2829cf..bbeeadb 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -11,7 +11,7 @@ programs.htop.enable = true; - networking.domain = "v2.bytestall.info"; + networking.domain = "bytestall.info"; environment.systemPackages = with pkgs; [ vim