Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into helix-2024-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Dec 22, 2024
2 parents 546f987 + 12cc41d commit 6b0044e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ in {
modesetting.enable = true;
open = true; # use nvidia driver switch this to true to use nouveau open source driver

# https://github.com/NixOS/nixpkgs/blob/d0797a04b81caeae77bcff10a9dde78bc17f5661/pkgs/os-specific/linux/nvidia-x11/default.nix#L48-L77
package = config.boot.kernelPackages.nvidiaPackages.beta;

# persistencedSha256 = lib.fakeSha256;

# Doesn't boot with kde plasma6 on 6.11.5 kernel version
Expand Down Expand Up @@ -442,6 +445,16 @@ in {
127.0.0.1 rewind.dev.c4er.com
'';

# Firewall ports only for Nebula VPN users
firewall.interfaces."nebula1".allowedTCPPorts = [
34197 # Factorio
];

# Firewall ports only for Nebula VPN users
firewall.interfaces."nebula1".allowedUDPPorts = [
34197 # Factorio
];

# Open ports in the firewall.
firewall.allowedTCPPorts = [
# sunshine
Expand Down

0 comments on commit 6b0044e

Please sign in to comment.