Minor nvidia tweaks
This commit is contained in:
parent
5020f2dcc6
commit
25d882f6ac
@ -291,12 +291,8 @@
|
||||
|
||||
programs.ssh = {
|
||||
enable = true; # Enable SSH module
|
||||
extraConfig = ''
|
||||
Host *
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/sockets/%r@%h-%p
|
||||
ControlPersist 600
|
||||
'';
|
||||
controlMaster = "auto"; # Enable ControlMaster
|
||||
controlPersist = "10m"; # Enable Control
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
@ -29,10 +29,8 @@
|
||||
device = "/dev/nvme0n1p3";
|
||||
randomEncryption.enable = true;
|
||||
} ];
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
hardware.nvidia = {
|
||||
nvidiaPersistenced =true;
|
||||
powerManagement.finegrained = true;
|
||||
prime = {
|
||||
offload = {
|
||||
|
Loading…
Reference in New Issue
Block a user