This commit is contained in:
4DBug
2025-03-18 13:23:13 -05:00
parent 5caf4201a8
commit f9a9ba79a3

View File

@@ -76,6 +76,7 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
nmap nmap
inetutils inetutils
sshs sshs
gnumake
]; ];
services = { services = {
@@ -193,7 +194,7 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
powerManagement.finegrained = false; powerManagement.finegrained = false;
open = false; open = false;
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.production;
}; };
}; };