changed mtu for wg

This commit is contained in:
xqtc161 2024-06-15 22:09:27 +02:00
parent 194575ad78
commit daa55e88b2

View file

@ -126,11 +126,11 @@ with lib; {
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
programs.ssh.extraConfig = '' # programs.ssh.extraConfig = ''
Host frotting # Host frotting
HostName 2a0f:be01:0:100::a3 # HostName 2a0f:be01:0:100::a3
User communism # User communism
''; # '';
services.mullvad-vpn.enable = true; services.mullvad-vpn.enable = true;