diff --git a/system/server/coder.nix b/system/server/coder.nix index 5ee35a9..56b3d19 100644 --- a/system/server/coder.nix +++ b/system/server/coder.nix @@ -21,7 +21,7 @@ in { wildcardAccessUrl = "*.${host}"; accessUrl = httpsHost; environment = { - file = ./file.file; # See format below. + file = config.age.secrets.coder-env.path; # See format below. /* CODER_OIDC_CLIENT_ID="" CODER_OIDC_CLIENT_SECRET=""