VS Code server stuff

This commit is contained in:
2024-07-25 18:21:22 -04:00
parent ffeabaa1c3
commit b39568d106
3 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "bromine"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
@@ -86,6 +86,8 @@
enable = true;
};
services.vscode-server.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];