Restore environment override

This commit is contained in:
2024-12-30 18:33:23 -07:00
parent a895c2471d
commit 990b7f0180

View File

@@ -72,6 +72,14 @@ in {
];
};
systemd.services = {
nvidia-container-toolkit-cdi-generator = {
# Even with `--library-search-path`, `nvidia-ctk` won't find the libs
# unless I bodge their path into the environment.
environment.LD_LIBRARY_PATH = "${config.hardware.nvidia.package}/lib";
};
};
systemd.services.mount-railbird-bucket = {
after = ["agenix.service"];
wantedBy = [ "multi-user.target" ];