machines-config/hosts/hydra/default.nix
2024-12-20 10:03:05 +01:00

11 lines
146 B
Nix

{ ... }:
{
kropcloud = {
networking = {
ipv4 = {
address = "192.168.1.160";
prefixLength = 24;
};
};
};
}