mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Actually enable networks
This commit is contained in:
parent
93ce2f91b5
commit
2ce09c2c39
4 changed files with 6 additions and 3 deletions
|
|
@ -107,6 +107,7 @@ with lib;
|
|||
dns.dynamic = true;
|
||||
addresses = {
|
||||
private = {
|
||||
enable = true;
|
||||
ipv4.address = "192.168.1.2";
|
||||
# TODO ipv6.address
|
||||
};
|
||||
|
|
|
|||
|
|
@ -211,6 +211,7 @@ in
|
|||
network = {
|
||||
addresses = {
|
||||
private = {
|
||||
enable = true;
|
||||
ipv4.address = "192.168.1.1";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ with lib;
|
|||
network = {
|
||||
addresses = {
|
||||
private = {
|
||||
enable = true;
|
||||
ipv4.address = "192.168.1.3";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue