Init mail.pub.solar #196

Merged
teutat3s merged 13 commits from feat/mail into main 2024-05-31 15:22:28 +00:00
2 changed files with 11 additions and 11 deletions
Showing only changes of commit 0038be3d2c - Show all commits

View file

@ -127,7 +127,7 @@
sshUser = username;
};
metronom = {
teutat3s marked this conversation as resolved Outdated
Outdated
Review

Change this to the wireguard internal address before merge if it's already deployed

Change this to the wireguard internal address before merge if it's already deployed
hostname = "49.13.236.167";
hostname = "10.7.6.3";
sshUser = username;
};
tankstelle = {

View file

@ -41,14 +41,14 @@
};
};
#services.openssh.listenAddresses = [
# {
# addr = "10.7.6.3";
# port = 22;
# }
# {
# addr = "[fd00:fae:fae:fae:fae:3::]";
# port = 22;
# }
#];
services.openssh.listenAddresses = [
{
addr = "10.7.6.3";
port = 22;
}
{
addr = "[fd00:fae:fae:fae:fae:3::]";
port = 22;
}
];
}