index
:
stockholm
master
NixOS configuration
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
makefu
/
2configs
/
disable_v6.nix
blob: 37db172ef9935163fdba59cacb18aa02731a4972 (
plain
)
1
2
3
4
{ networking.enableIPv6 = false; boot.kernelParams = [ "ipv6.disable=1" ]; }