push
This commit is contained in:
3
main.nix
3
main.nix
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user