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