11 lines
146 B
Nix
11 lines
146 B
Nix
{ ... }:
|
|
{
|
|
kropcloud = {
|
|
networking = {
|
|
ipv4 = {
|
|
address = "192.168.1.160";
|
|
prefixLength = 24;
|
|
};
|
|
};
|
|
};
|
|
}
|