infrastructure/nixos/hosts/hades/default.nix
2022-12-26 15:13:04 +01:00

188 lines
3.6 KiB
Nix

{
"opnsense" = {
ip = "192.168.0.1";
mac = "00:0d:b9:56:b1:d8";
nix = false;
};
"nyx-bmc" = {
ip = "192.168.0.99";
mac = "d0:50:99:f3:fa:42";
nix = false;
};
"nyx" = {
ip = "192.168.0.100";
mac = "d0:50:99:de:99:4c";
nix = false;
};
"unifi" = {
ip = "192.168.0.101";
mac = "5a:00:b7:6c:d1:e2";
};
"plex" = {
ip = "192.168.0.102";
mac = "00:0c:29:a1:4e:28";
nix = false;
};
"vault-0" = {
ip = "192.168.0.103";
mac = "7A:14:15:ED:D1:E6";
tags = [ "vault" ];
};
"pmm" = {
ip = "192.168.0.104";
mac = "7A:A3:59:1D:69:07";
};
"overseerr" = {
ip = "192.168.0.105";
mac = "8E:21:7F:88:3A:83";
};
"tautulli" = {
ip = "192.168.0.106";
mac = "BE:30:DB:F8:C6:55";
};
"MariaDB" = {
ip = "192.168.0.109";
mac = "00:0c:29:23:4f:12";
nix = false;
};
"bitwarden_rs" = {
ip = "192.168.0.110";
mac = "00:0c:29:f5:98:00";
nix = false;
};
"rtorrent" = {
ip = "192.168.0.111";
mac = "7a:5f:9b:62:49:91";
};
"minio" = {
ip = "192.168.0.112";
mac = "ae:c6:94:bb:c5:d9";
};
"cshub2" = {
ip = "192.168.0.113";
mac = "26:8c:f6:f4:21:76";
nix = false;
};
"bastion" = {
ip = "192.168.0.114";
mac = "66:14:8e:b2:50:c4";
};
"storage" = {
ip = "192.168.0.115";
mac = "00:50:56:91:0d:69";
nix = false;
};
"unpackerr" = {
ip = "192.168.0.116";
mac = "06:8a:8e:3e:43:45";
};
"thelounge" = {
ip = "192.168.0.117";
mac = "00:0c:29:2a:69:8f";
nix = false;
};
"mail" = {
ip = "192.168.0.118";
mac = "00:50:56:91:3b:03";
nix = false;
};
"bazarr" = {
ip = "192.168.0.119";
mac = "DE:7C:32:7E:DD:A1";
};
"radarr2" = {
ip = "192.168.0.120";
mac = "5e:d3:75:93:56:ee";
profile = "radarr";
};
"jackett2" = {
ip = "192.168.0.121";
mac = "4e:e7:64:b7:88:b8";
profile = "jackett";
nix = false; # superseded by prowlarr
};
"nginx" = {
ip = "192.168.0.123";
mac = "00:0c:29:9b:10:82";
nix = false;
};
"pve-storage" = {
ip = "192.168.0.124";
mac = "d4:3d:7e:35:0a:bf";
nix = false;
};
"database" = {
ip = "192.168.0.126";
mac = "82:e8:71:7f:37:b4";
};
"dn42" = {
ip = "192.168.0.127";
mac = "12:fa:24:02:65:e6";
nix = false;
};
"docker-registry-proxy" = {
ip = "192.168.0.128";
mac = "0e:11:65:62:66:9f";
};
"hassio" = {
ip = "192.168.0.129";
mac = "e6:80:32:fb:00:75";
nix = false;
};
"docker-registry" = {
ip = "192.168.0.130";
mac = "5e:0e:a6:cf:64:70";
};
"minecraft" = {
ip = "192.168.0.131";
mac = "00:0c:29:9b:e1:c4";
nix = false;
};
"sonarr2" = {
ip = "192.168.0.132";
mac = "ea:ac:be:53:18:27";
profile = "sonarr";
};
"postgres" = {
ip = "192.168.0.133";
mac = "6e:92:a9:5e:4c:e2";
nix = false;
};
"vault" = {
ip = "192.168.0.134";
mac = "56:20:62:16:8a:11";
nix = false;
};
"vmetrics" = {
ip = "192.168.0.135";
mac = "96:10:41:fd:2a:0a";
nix = false;
};
"mastodon" = {
ip = "192.168.0.138";
mac = "52:60:8a:06:86:9c";
};
"lidarr" = {
ip = "192.168.0.139";
mac = "7a:0f:25:e5:7f:e5";
nix = false;
};
"prowlarr" = {
ip = "192.168.0.140";
mac = "3a:67:8e:98:0c:a2";
};
"readarr" = {
ip = "192.168.0.141";
mac = "E6:A2:37:4A:7C:87";
};
"archlinux" = {
ip = "192.168.0.200";
mac = "00:0c:29:e4:0d:17";
nix = false;
};
"HP781AFC" = {
ip = "192.168.0.201";
mac = "f4:ce:46:78:1a:fc";
nix = false;
};
}