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