Merge pull request #101744 from euank/k3s-modprobe

k3s: add modprobe to k3s's PATH

authored by

Martin Weinelt and committed by
GitHub
9662e0ea 0d41c9a9

+2
+2
pkgs/applications/networking/cluster/k3s/default.nix
··· 9 , buildGoPackage 10 , git 11 , runc 12 , libseccomp 13 , pkgconfig 14 , ethtool ··· 226 # https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494 227 # Note the list in that issue is stale and some aren't relevant for k3s. 228 k3sRuntimeDeps = [ 229 socat 230 iptables 231 iproute
··· 9 , buildGoPackage 10 , git 11 , runc 12 + , kmod 13 , libseccomp 14 , pkgconfig 15 , ethtool ··· 227 # https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494 228 # Note the list in that issue is stale and some aren't relevant for k3s. 229 k3sRuntimeDeps = [ 230 + kmod 231 socat 232 iptables 233 iproute