diff --git a/modules/core/networking.nix b/modules/core/networking.nix index 5880227..4817be8 100644 --- a/modules/core/networking.nix +++ b/modules/core/networking.nix @@ -10,8 +10,8 @@ systemd.services.systemd-networkd-wait-online.enable = lib.mkDefault false; networking.hosts = { - "128.140.109.213" = [ "vpn.b12f.io" ]; - "2a01:4f8:c2c:b60::" = [ "vpn.b12f.io" ]; + "128.140.109.213" = [ "vpn.b12f.io" "frikandel-initrd.b12f.io" ]; + "2a01:4f8:c2c:b60::" = [ "vpn.b12f.io" "frikandel-initrd.b12f.io" ]; }; networking.networkmanager = {