add tailscale ips to /etc/hosts

This commit is contained in:
Tristan 2024-03-05 20:14:02 +00:00
parent 664400f223
commit 0eb4b39216

View file

@ -35,6 +35,12 @@ in {
} }
]; ];
}; };
networking.hosts = {
"100.65.29.110" = ["zenix"];
"100.106.241.122" = ["alpine" "tristans.cloud"];
"100.71.130.111" = ["fcs-tristan-nixbook"];
"100.69.60.83" = ["google-pixel-8"];
};
time.timeZone = lib.mkDefault "Europe/London"; time.timeZone = lib.mkDefault "Europe/London";