This commit is contained in:
parent
a59b0277c8
commit
bf28f2be49
2 changed files with 4 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ rec {
|
||||||
pixel6a.ip = "100.64.0.4";
|
pixel6a.ip = "100.64.0.4";
|
||||||
rx4.ip = "100.64.0.10";
|
rx4.ip = "100.64.0.10";
|
||||||
sid.ip = "100.64.0.6";
|
sid.ip = "100.64.0.6";
|
||||||
|
vde.ip = "100.64.0.1";
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
docs = {
|
docs = {
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@ let
|
||||||
blockSrc = builtins.concatStringsSep " " (
|
blockSrc = builtins.concatStringsSep " " (
|
||||||
with constants;
|
with constants;
|
||||||
[
|
[
|
||||||
"16ach6".ip
|
hosts."16ach6".ip
|
||||||
pc.ip
|
hosts.pc.ip
|
||||||
pixel6a.ip
|
hosts.pixel6a.ip
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue