diff --git a/vinzenz-pc2.nix b/vinzenz-pc2.nix index b942d3c..82b0dd6 100644 --- a/vinzenz-pc2.nix +++ b/vinzenz-pc2.nix @@ -39,11 +39,19 @@ port = 8542; host = "100.125.93.127"; # tailscale withoutConnectionToken = true; - extraPackages = with pkgs; [nodejs gitFull gh]; + extraPackages = with pkgs; [nodejs gitFull gh direnv]; }; - networking.firewall = { - allowedTCPPorts = [8542 8543 8544]; + virtualisation.podman = { + enable = true; + }; + + networking = { + firewall = { + allowedTCPPorts = [8542 8543 8544 80]; + }; + + interfaces.eno1.wakeOnLan.enable = true; }; }; }