feat: blender nvidia support

This commit is contained in:
2024-01-27 17:33:43 +01:00
parent 9427892cbc
commit b39a85ac9a
2 changed files with 11 additions and 2 deletions

View File

@@ -239,7 +239,13 @@
allowedUDPPorts = [50765];
};
networkmanager.enable = true;
networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openconnect
];
};
hosts = {
"192.168.0.219" = ["kookaborrow"];
"192.168.0.1" = ["router"];