diff options
Diffstat (limited to '')
-rw-r--r-- | nix/machines/vm-hetzner.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/machines/vm-hetzner.nix b/nix/machines/vm-hetzner.nix index 03c7135..a268779 100644 --- a/nix/machines/vm-hetzner.nix +++ b/nix/machines/vm-hetzner.nix @@ -4,7 +4,7 @@ boot.tmp.cleanOnBoot = true; zramSwap.enable = true; - networking.hostName = "fcuny"; + networking.hostName = "vm-hetzner"; networking.domain = "net"; users.users.root.openssh.authorizedKeys.keys = [ |