Change hostname
parent
7400cecd8e
commit
3ff323ccca
|
@ -19,7 +19,8 @@ in
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "nixos-vpn";
|
hostName = "vpn";
|
||||||
|
domain = "sudoer777.dev";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
|
@ -24,7 +24,7 @@ module "deploy" {
|
||||||
nixos_partitioner_attr = ".#nixosConfigurations.vpn.config.system.build.diskoScriptNoDeps"
|
nixos_partitioner_attr = ".#nixosConfigurations.vpn.config.system.build.diskoScriptNoDeps"
|
||||||
target_host = hcloud_server.nixos_vpn.ipv4_address
|
target_host = hcloud_server.nixos_vpn.ipv4_address
|
||||||
instance_id = hcloud_server.nixos_vpn.id
|
instance_id = hcloud_server.nixos_vpn.id
|
||||||
debug_logging = true
|
debug_logging = true
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|
Loading…
Reference in New Issue