machines-config/hosts/hydra.nix

13 lines
169 B
Nix
Raw Normal View History

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