networking: add frikandel initrd to hosts file

This commit is contained in:
Benjamin Yule Bädorf 2024-08-16 10:54:06 +02:00
parent b3800fb26f
commit 341491f7a7
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -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 = {