🧱 move natting to wireguard file
This commit is contained in:
parent
073c1cb388
commit
1b1d862f10
|
@ -23,8 +23,6 @@
|
|||
maxretry = 5;
|
||||
};
|
||||
|
||||
networking.nat.enable = true;
|
||||
|
||||
users.mutableUsers = false;
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu"
|
||||
|
|
|
@ -6,7 +6,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
nat.internalInterfaces = [ "wg0" ];
|
||||
nat = {
|
||||
enable = true;
|
||||
enableIPv6 = true;
|
||||
externalInterface = "ens3";
|
||||
internalInterfaces = [ "wg0" ];
|
||||
};
|
||||
|
||||
wireguard.interfaces = {
|
||||
wg0 = {
|
||||
|
|
Loading…
Reference in a new issue