server: non-temporary IPv6 suffix (interface id)

This commit is contained in:
Daniel Langbein 2024-12-15 15:03:07 +01:00
parent aaad1063b2
commit bc6b991378
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -23,4 +23,8 @@
documentation.man.enable = false; documentation.man.enable = false;
# Don't install install info pages and the info command. # Don't install install info pages and the info command.
documentation.info.enable = false; documentation.info.enable = false;
# To enable port forwarding to a headless NixOS server,
# we don't want the suffix if its global IPv6 address to change regularly.
networking.tempAddresses = "disabled";
} }