machines-config/hosts/hydra/default.nix

12 lines
186 B
Nix

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