Skip to content

Commit

Permalink
feat: add iscsi_tcp kernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Sep 25, 2024
1 parent 266191e commit 2cda5ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/turing-rk1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in
"nf_tables"
"raid1"
"vxlan"
"iscsi_tcp"
];

kernelParams = lib.mkForce [
Expand Down
3 changes: 3 additions & 0 deletions packages/kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ linuxManualConfig {
# traefik
scripts/config --enable CONFIG_NETFILTER_XT_MATCH_MULTIPORT
# iscsi
scripts/config --module CONFIG_ISCSI_TCP
make oldconfig
'';

Expand Down

0 comments on commit 2cda5ff

Please sign in to comment.