Compare commits

..

No commits in common. "44b31b4483fc0483154cfb1163584b028b81adab" and "89e901e0b77c6c35ea2fcdceb2946c4412c27464" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -28,14 +28,9 @@
firewall = {
allowedTCPPorts = [
57621 # Spotify discovery port
25565 # Minecraft
7777 7778 27016
8080 # Dev test port
];
allowedUDPPorts = [
5353 # Spotify discovery port
7777 7778 27016 # Satisfactory dedicated server (etc) ports
8080
];
};

View File

@ -53,12 +53,11 @@ in
sbctl # For secure boot with Limine
jq # I use it somewhere in my nixtamal manifest
(functions.mkSpecial lsfg-vk-ui "unstable" "lsfg-vk" "-git")
steamcmd
];
programs.steam = {
enable = true;
dedicatedServer.openFirewall = true; # 27015 port
dedicatedServer.openFirewall = true;
remotePlay.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
extraCompatPackages = with pkgs; [