From fca6d487f067453f909fd03c3114a0ccc1c36bc7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 30 Dec 2024 16:39:31 -0700 Subject: [PATCH] [NixOS] Remove a possibly unnecessary addition to nvidia-container-toolkit-cdi-generator --- nixos/k3s.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/k3s.nix b/nixos/k3s.nix index 4596ed80..0dfa4f40 100644 --- a/nixos/k3s.nix +++ b/nixos/k3s.nix @@ -72,14 +72,6 @@ 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" ];