add tailscale ips to /etc/hosts
This commit is contained in:
parent
664400f223
commit
0eb4b39216
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue