feat(docs): assign koishi address

This commit is contained in:
arcnmx 2024-05-21 10:28:00 -07:00
parent e4ab8c27c8
commit 55dc7d2b06
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,9 @@
_: {
type = "Linux";
network.networks = {
local = {
address4 = "10.1.1.68";
address6 = null; # TODO
};
};
}