This commit is contained in:
xqtc161 2024-06-14 12:14:00 +02:00
parent c5bd073d25
commit 194575ad78

View file

@ -126,18 +126,17 @@ with lib; {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings = {
Host."frotting" ={
HostName = "2a0f:be01:0:100::a3";
User = "communism";
};
};
programs.ssh.extraConfig = ''
Host frotting
HostName 2a0f:be01:0:100::a3
User communism
'';
services.mullvad-vpn.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [22 80 443];
# networking.firewall.allowedUDPPorts = [443];
networking.firewall.allowedUDPPorts = [51820];
system.stateVersion = "24.05"; # Did you read the comment?
}