aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 00fb44e..8a5fb99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -165,6 +165,10 @@
165 patchQemu9p = true; 165 patchQemu9p = true;
166 tools = devTools; 166 tools = devTools;
167 config = { 167 config = {
168 # The viewer's build and devel server are resource-hungry.
169 virtualisation.cores = 2;
170 virtualisation.memorySize = 2 * 1024;
171
168 virtualisation.forwardPorts = [ 172 virtualisation.forwardPorts = [
169 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli 173 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli
170 ]; 174 ];