lib: Add Taihou

This commit is contained in:
PapaTutuWawa 2022-01-12 17:33:52 +01:00
parent 364945f5f6
commit 57d3450d0d
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in {
chains = {
non-libvirt.extraConfig = let
deviceIPString = lib.concatStringsSep "," (with network; [
miku nishimiya tamaki mashu # ayame
miku nishimiya tamaki mashu taihou # ayame
]);
in ''
# Accept traffic from my devices
@ -44,6 +44,7 @@ in {
#"${network.ayame}" = [ "ayame.local" ];
"${network.tamaki}" = [ "tamaki.local" ];
"${network.mashu}" = [ "mashu.local" ];
"${network.taihou}" = [ "taihou.local" ];
};
};

View File

@ -6,4 +6,5 @@ rec {
nishimiya = "${network-base}.59";
tamaki = "${network-base}.27";
mashu = "${network-base}.54";
taihou = "${network-base}.21";
}