hosts/astatine: Migrate to systemd-network
This commit is contained in:
parent
2d6afc2093
commit
a29978c95a
@ -18,7 +18,10 @@
|
||||
terminal_output serial
|
||||
";
|
||||
|
||||
services.wg-clerie = {
|
||||
networking.useDHCP = false;
|
||||
systemd.network.enable = true;
|
||||
|
||||
profiles.clerie.wg-clerie = {
|
||||
enable = true;
|
||||
ipv6s = [ "2a01:4f8:c0c:15f1::8106/128" ];
|
||||
ipv4s = [ "10.20.30.106/32" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user