mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(docs): assign koishi address
This commit is contained in:
parent
e4ab8c27c8
commit
55dc7d2b06
4 changed files with 31 additions and 0 deletions
9
systems/koishi/default.nix
Normal file
9
systems/koishi/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
type = "Linux";
|
||||
network.networks = {
|
||||
local = {
|
||||
address4 = "10.1.1.68";
|
||||
address6 = null; # TODO
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue