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

@@ -52,8 +52,11 @@
inkscape-with-extensions inkscape-with-extensions
scribus scribus
audacity audacity
pinta
# friture TODO: broken # friture TODO: broken
blender (blender.override {
cudaSupport = true;
})
# development # development
(import ./intellij.nix {inherit pkgs;}) (import ./intellij.nix {inherit pkgs;})

View File

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