aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 753d9eb..00fb44e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -163,8 +163,8 @@
163 inherit pkgs; 163 inherit pkgs;
164 restrictNetwork = false; 164 restrictNetwork = false;
165 patchQemu9p = true; 165 patchQemu9p = true;
166 tools = devTools;
166 config = { 167 config = {
167 environment.systemPackages = devTools;
168 virtualisation.forwardPorts = [ 168 virtualisation.forwardPorts = [
169 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli 169 { from = "host"; host.port = 8085; guest.port = 8085; } # vue-cli
170 ]; 170 ];