Set the VPS hostname via cloud-init as well

This commit is contained in:
Johannes Rothe 2024-11-15 22:50:18 +01:00
parent 7673f4bcf8
commit d8e18adab9

View File

@ -53,6 +53,9 @@
services.cloud-init = {
enable = true;
network.enable = true;
settings = {
hostname = "tien";
};
};
services.tailscale.enable = true;