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