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-synology | |
parent | move the configuration for hetzner under machines (diff) | |
download | world-5e5b5322f6b648ab01bf204e9e655721d748f7e8.tar.gz |
set hostname and correct ssh key
Diffstat (limited to '')
-rw-r--r-- | nix/machines/vm-synology.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/machines/vm-synology.nix b/nix/machines/vm-synology.nix index a38af50..643c821 100644 --- a/nix/machines/vm-synology.nix +++ b/nix/machines/vm-synology.nix @@ -1 +1,4 @@ -{ ... }: { imports = [ ./hardware/vm-synology.nix ./vm-shared.nix ]; } +{ ... }: { + imports = [ ./hardware/vm-synology.nix ./vm-shared.nix ]; + networking.hostName = "vm-synology"; +} |