fixed typos (this time fr)

This commit is contained in:
Lyn 2024-11-13 20:30:39 +01:00
parent 6faa9df23b
commit 9080c75f6d
2 changed files with 23 additions and 19 deletions

View file

@ -126,7 +126,9 @@ in {
};
};
};
config = {
${prefix}.network = {
inherit hosts wg_subnets;
};
};
}

View file

@ -35,6 +35,7 @@ in {
description = "Whether to use IPv6. Defaults to true";
default = true;
};
config = {
networking.wireguard.interfaces.wg0 = {
ips =
if cfg.useIPv6
@ -55,4 +56,5 @@ in {
upnp_forward_external_port = wireguardPort;
};
};
};
}