diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-09 08:06:21 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-09 08:06:21 -0800 |
| commit | 5e5b5322f6b648ab01bf204e9e655721d748f7e8 (patch) | |
| tree | 4084d13973eecd3128583d22510968f635cecc63 /nix/machines/vm-hetzner.nix | |
| parent | move the configuration for hetzner under machines (diff) | |
| download | infra-5e5b5322f6b648ab01bf204e9e655721d748f7e8.tar.gz | |
set hostname and correct ssh key
Diffstat (limited to 'nix/machines/vm-hetzner.nix')
| -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 = [ |
