makefu:add disable_v6
This commit is contained in:
parent
d06cbb6c2c
commit
7a8ad46524
4
makefu/2configs/disable_v6.nix
Normal file
4
makefu/2configs/disable_v6.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
networking.enableIPv6 = false;
|
||||||
|
boot.kernelParams = [ "ipv6.disable=1" ];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user