1
0
forked from c3d2/nix-config

remove 10.0.0.0/8 network and add comment for root email user

This commit is contained in:
Nek0 - 2022-12-21 19:28:08 +01:00
parent 036586fc16
commit 18dbb77f59

View File

@ -60,7 +60,6 @@ in
networks = [
"127.0.0.1"
"172.20.77.10" #TODO: take ip directly from server10 config
"10.0.0.0/8"
"[2a00:8180:2c00:284::]/64"
];
virtual = ''
@ -69,6 +68,7 @@ in
root root
garbage root
'';
#TODO: where does root get received?
config = {
myorigin = "${domain}";
mydestination = [