Disallow apostrophies in mail addresses that we push to HRZ
I will let this be open for a week, so someone with more Rust knowledge than me can give a proper review. If it doesn't happen I will just approve. @dsimon @Peter @totallynotadolphin
Revamp network config
shouldn't we get all the non global ipv6 stuff from SLAAC? And if not we could still do
lobon = {
ipv4 = "192,168.0.22";
ipv6 = { some complicated structure};
};
Revamp network config
I does not eat config options. This distinction is kind of weird and we inherited it from maralorn to have some starting point. It felt to me like it is more part of having the vm role, (this is…
Revamp network config
I did not spend a single thought about ipv6, I wanted to restructure the existing config not add new features.
In general we could do something similar this, I choose this way, because it…