1
0
Fork 0

Change hostname

main
Ethan Reece 2025-02-21 23:47:06 -06:00
parent 7400cecd8e
commit 3ff323ccca
Signed by: me
GPG Key ID: 198E9EB433DB1B28
2 changed files with 3 additions and 2 deletions

View File

@ -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 = {

View File

@ -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 {