mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor(dnsmasq): system host info
This commit is contained in:
parent
86ac38cf2c
commit
6c88d99ae6
30 changed files with 841 additions and 288 deletions
|
|
@ -15,4 +15,10 @@ _: {
|
|||
net1.internal.enable = true;
|
||||
};
|
||||
};
|
||||
network.networks = {
|
||||
tail = {
|
||||
address4 = "100.113.253.48";
|
||||
address6 = "fd7a:115c:a1e0::f1b1:fd30";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue