1

Enable GPU support for some services

This commit is contained in:
2023-09-01 13:32:59 +02:00
parent 5947626dde
commit 284817838d
3 changed files with 9 additions and 5 deletions

View File

@ -29,6 +29,7 @@
extraOptions = [
# "--restart=always" # Conflicts with NixOS' default of using --rm
"--runtime=nvidia"
];
};
}