Disable IPv6 privacy for two machines
This commit is contained in:
parent
71803b14ec
commit
c357f0f9c5
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "helium";
|
hostName = "helium";
|
||||||
|
tempAddresses = "disabled"; # For IP-based filtering to work better
|
||||||
|
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "lithium";
|
hostName = "lithium";
|
||||||
|
tempAddresses = "disabled"; # For IP-based filtering to work better
|
||||||
|
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue