diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ]; |