hosts/astatine,hosts/beryllium,hosts/tungsten: Migrate to
systemd-networkd Policy routing clashed with the fallback dhcp on any interface module for some unknown reason, therefore wg-clerie is disabled on all of these devices
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
profiles.clerie.network-fallback-dhcp.enable = true;
|
||||
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
@@ -16,14 +18,16 @@
|
||||
terminal_output serial
|
||||
";
|
||||
|
||||
networking.useDHCP = false;
|
||||
systemd.network.enable = true;
|
||||
|
||||
networking.hostName = "tungsten";
|
||||
|
||||
services.wg-clerie = {
|
||||
enable = true;
|
||||
ipv6s = [ "2a01:4f8:c0c:15f1::8112/128" ];
|
||||
ipv4s = [ "10.20.30.112/32" ];
|
||||
};
|
||||
#services.wg-clerie = {
|
||||
# enable = true;
|
||||
# ipv6s = [ "2a01:4f8:c0c:15f1::8112/128" ];
|
||||
# ipv4s = [ "10.20.30.112/32" ];
|
||||
#};
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user