mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
change vscode-server, WOL
This commit is contained in:
parent
9b8947a1a7
commit
d355e877cd
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue