infrastructure/nixos/hosts/hades/default.nix

14 lines
205 B
Nix
Raw Normal View History

2022-09-10 10:46:34 +02:00
[
{
hostname = "archlinux";
ip = "192.168.0.200";
mac = "00:0c:29:e4:0d:17";
nix = false;
}
{
hostname = "bastion";
ip = "192.168.0.114";
mac = "66:14:8e:b2:50:c4";
}
]