infrastructure/systems/koishi/default.nix
2024-05-21 10:29:43 -07:00

9 lines
134 B
Nix

_: {
type = "Linux";
network.networks = {
local = {
address4 = "10.1.1.68";
address6 = null; # TODO
};
};
}