machines-config/hosts/hydra/default.nix

12 lines
146 B
Nix
Raw Normal View History

2024-12-20 00:06:32 +01:00
{ ... }:
{
kropcloud = {
networking = {
ipv4 = {
address = "192.168.1.160";
prefixLength = 24;
};
};
};
}