mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
9 lines
134 B
Nix
9 lines
134 B
Nix
_: {
|
|
type = "Linux";
|
|
network.networks = {
|
|
local = {
|
|
address4 = "10.1.1.68";
|
|
address6 = null; # TODO
|
|
};
|
|
};
|
|
}
|