File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 83
83
modesetting . enable = true ;
84
84
open = true ; # use nvidia driver switch this to true to use nouveau open source driver
85
85
86
+ # https://github.com/NixOS/nixpkgs/blob/d0797a04b81caeae77bcff10a9dde78bc17f5661/pkgs/os-specific/linux/nvidia-x11/default.nix#L48-L77
87
+ package = config . boot . kernelPackages . nvidiaPackages . beta ;
88
+
86
89
# persistencedSha256 = lib.fakeSha256;
87
90
88
91
# Doesn't boot with kde plasma6 on 6.11.5 kernel version
@@ -442,6 +445,16 @@ in {
442
445
127.0.0.1 rewind.dev.c4er.com
443
446
'' ;
444
447
448
+ # Firewall ports only for Nebula VPN users
449
+ firewall . interfaces . "nebula1" . allowedTCPPorts = [
450
+ 34197 # Factorio
451
+ ] ;
452
+
453
+ # Firewall ports only for Nebula VPN users
454
+ firewall . interfaces . "nebula1" . allowedUDPPorts = [
455
+ 34197 # Factorio
456
+ ] ;
457
+
445
458
# Open ports in the firewall.
446
459
firewall . allowedTCPPorts = [
447
460
# sunshine
You can’t perform that action at this time.
0 commit comments