Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45536f4a8d | ||
|
|
4717763fed | ||
|
|
53f33eb13a | ||
|
|
b18807b1ef | ||
|
|
2c0b4b1472 | ||
|
|
d713e5104c | ||
|
|
e9a4662620 | ||
|
|
eba1a0c1ca | ||
|
|
4eb5d6873a | ||
|
|
71f553a6f2 | ||
|
|
8e218a71e0 |
@@ -35,14 +35,14 @@
|
||||
# Tailscale hosts
|
||||
100.119.228.115 nas.home chronicles.shire-zebra.ts.net
|
||||
100.88.91.27 dns.home
|
||||
100.80.99.48 exodus.home
|
||||
100.96.198.104 genesis.home smart.home zwave.home nixcache.home gitcache.home dashy.home uptime.home speed.home
|
||||
100.70.99.91 exodus.home exodus.shire-zebra.ts.net
|
||||
100.96.198.104 genesis.home genesis.shire-zebra.ts.net smart.home zwave.home nixcache.home gitcache.home dashy.home uptime.home speed.home
|
||||
100.117.28.111 gitlab.home gitlab.shire-zebra.ts.net gitlab.thehellings.lan registry.thehellings.lan git.thehellings.lan
|
||||
100.68.203.1 hosea.home hosea.shire-zebra.ts.net grafana.home
|
||||
100.84.183.79 isaiah.home isaiah.shire-zebra.ts.net pgadmin.kubernetes longhorn.kubernetes
|
||||
100.102.186.39 jeremiah.home jeremiah.shire-zebra.ts.net matrix.kubernetes immich.kubernetes postgres.kubernetes
|
||||
100.90.74.19 zeke.home
|
||||
100.115.57.8 linode.home
|
||||
100.90.74.19 zeke.home zeke.shire-zebra.ts.net
|
||||
100.109.86.8 linode.home linode.shire-zebra.ts.net
|
||||
100.65.5.38 matrix.home matrix.shire-zebra.ts.net
|
||||
#100.127.55.22 jellyfin.home
|
||||
100.114.187.61 nas1.home nas1.shire-zebra.ts.net
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
lanIP = metadata.hosts.${config.networking.hostName}.ip;
|
||||
iot = "enp2s0";
|
||||
iotIP = "192.168.66.250";
|
||||
routerIP = metadata.infra.gw;
|
||||
#routerIP = metadata.infra.gw;
|
||||
extraHosts = builtins.readFile ./net/hosts;
|
||||
|
||||
proxyPort = 3128;
|
||||
@@ -81,19 +81,6 @@ in
|
||||
environment.etc."hosts.d/local".text = extraHosts;
|
||||
|
||||
services = {
|
||||
kea = {
|
||||
dhcp4 = (
|
||||
import ./networking/dhcp.nix {
|
||||
inherit
|
||||
iot
|
||||
lan
|
||||
lanIP
|
||||
routerIP
|
||||
;
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
#########
|
||||
# dnsmasq config
|
||||
########
|
||||
|
||||
@@ -67,6 +67,9 @@ in
|
||||
443
|
||||
5432
|
||||
6443
|
||||
8080
|
||||
8443
|
||||
10250
|
||||
]
|
||||
++ (
|
||||
if cfg.agentOnly then
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"exodus": {
|
||||
"ip": null,
|
||||
"pubkey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFxmnCj2E9DxcnefPW+n4yCuLShxqr0p024riogdeXA3",
|
||||
"ts": "100.80.99.48",
|
||||
"ts": "100.70.99.91",
|
||||
"system": "x86_64-linux"
|
||||
},
|
||||
"genesis": {
|
||||
|
||||
Reference in New Issue
Block a user