Compare commits
3 Commits
2c708b8bfe
...
aee54ef39f
| Author | SHA1 | Date | |
|---|---|---|---|
| aee54ef39f | |||
| 69f7ab701b | |||
| 4c9bcebcdc |
@@ -1,9 +1,8 @@
|
||||
{
|
||||
programs.ssh.extraConfig = ''
|
||||
Host ssfhead
|
||||
Host apex ssfhead
|
||||
HostName ssflogin.bsc.es
|
||||
Host hut
|
||||
ProxyJump ssfhead
|
||||
HostName xeon07
|
||||
ProxyJump apex
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -51,13 +51,11 @@
|
||||
|
||||
# Configure Nvidia driver to use with CUDA
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
hardware.nvidia.open = false; # Maxwell is older than Turing architecture
|
||||
hardware.graphics.enable = true;
|
||||
nixpkgs.config.nvidia.acceptLicense = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
# Disable garbage collection for now
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
||||
services.openssh.settings.X11Forwarding = true;
|
||||
|
||||
services.prometheus.exporters.node = {
|
||||
|
||||
Reference in New Issue
Block a user