add nvidia graphics card and open port 8083

This commit is contained in:
2024-11-06 14:07:05 +01:00
parent 2c35616fef
commit 6ab7ea7ff3
3 changed files with 28 additions and 3 deletions

View File

@ -9,6 +9,7 @@
];
environment.systemPackages = with pkgs; [
cudatoolkit
lm_sensors
];
@ -31,5 +32,4 @@
};
services.openssh.enable = true;
}