From f28b2e93e713badba00c837b33fa08489ea8aff8 Mon Sep 17 00:00:00 2001 From: Federico Mastellone Date: Wed, 18 Sep 2024 16:33:50 +0000 Subject: [PATCH] wb | switch default profile to Conway --- nix/custom-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/custom-config.nix b/nix/custom-config.nix index b2a5473f4bf..2390f9e10db 100644 --- a/nix/custom-config.nix +++ b/nix/custom-config.nix @@ -5,7 +5,7 @@ self: { cacheDir = "${self.localCluster.stateDir}/.cache"; stateDir = "run/current"; batchName = "undefined"; - profileName = "default-bage"; + profileName = "default-coay"; backendName = "supervisor"; basePort = 30000; workbenchDevMode = true;