diff options
| author | Fuwn <[email protected]> | 2024-08-31 01:12:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-31 01:12:40 -0700 |
| commit | 7bb7560f229549b5d411af7d3057d8a3830d049d (patch) | |
| tree | 02e577a0122140afc8c9c2eed9e3df4d4d375cf6 /modules/environment/system-packages | |
| parent | thi (diff) | |
| download | nixos-config-7bb7560f229549b5d411af7d3057d8a3830d049d.tar.xz nixos-config-7bb7560f229549b5d411af7d3057d8a3830d049d.zip | |
ok
Diffstat (limited to 'modules/environment/system-packages')
| -rw-r--r-- | modules/environment/system-packages/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/environment/system-packages/default.nix b/modules/environment/system-packages/default.nix index 228280c..a43d8c3 100644 --- a/modules/environment/system-packages/default.nix +++ b/modules/environment/system-packages/default.nix @@ -12,5 +12,15 @@ git mediastreamer-openh264 pinentry + nvidia-container-toolkit + nvidia-docker + runc + ]; + + systemd.services.containerd.path = with pkgs; [ + containerd + runc + iptables + nvidia-docker ]; } |