feat(g17): use latest nvidia driver

This commit is contained in:
Dict Xiong 2024-09-03 09:50:05 +08:00
parent 7f764265e1
commit a27692f736

View File

@ -17,5 +17,10 @@
};
};
networking.hostId = "c5543d16";
security.sudo.extraConfig = ''
%nasp ALL = (root) NOPASSWD: /run/wrappers/bin/crontab
'';
hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.stable;
system.stateVersion = "24.05";
}