Set the VPS hostname via cloud-init as well
This commit is contained in:
parent
7673f4bcf8
commit
d8e18adab9
@ -53,6 +53,9 @@
|
|||||||
services.cloud-init = {
|
services.cloud-init = {
|
||||||
enable = true;
|
enable = true;
|
||||||
network.enable = true;
|
network.enable = true;
|
||||||
|
settings = {
|
||||||
|
hostname = "tien";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user