From 341491f7a79273c04596b07ef0c13d23ef788d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 16 Aug 2024 10:54:06 +0200 Subject: [PATCH] networking: add frikandel initrd to hosts file --- modules/core/networking.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {