From 0442180b59a9ac52d34b5d7c5cf475c8b07bad6f Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 28 Mar 2026 20:05:38 +0700 Subject: [PATCH] disable internal auth --- modules/system/homelab/code.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/code.nix b/modules/system/homelab/code.nix index 93b9df1..3c560e7 100644 --- a/modules/system/homelab/code.nix +++ b/modules/system/homelab/code.nix @@ -4,6 +4,7 @@ host = "127.0.0.1"; port = 8443; user = username; + auth = "none"; disableTelemetry = true; extensionsDir = "/mnt/data/code-server/extensions"; userDataDir = "/mnt/data/code-server/user-data";