change vscode-server, WOL

This commit is contained in:
Vinzenz Schroeter 2024-06-21 17:12:04 +02:00
parent 9b8947a1a7
commit d355e877cd

View file

@ -39,11 +39,19 @@
port = 8542; port = 8542;
host = "100.125.93.127"; # tailscale host = "100.125.93.127"; # tailscale
withoutConnectionToken = true; withoutConnectionToken = true;
extraPackages = with pkgs; [nodejs gitFull gh]; extraPackages = with pkgs; [nodejs gitFull gh direnv];
}; };
networking.firewall = { virtualisation.podman = {
allowedTCPPorts = [8542 8543 8544]; enable = true;
};
networking = {
firewall = {
allowedTCPPorts = [8542 8543 8544 80];
};
interfaces.eno1.wakeOnLan.enable = true;
}; };
}; };
} }