updates dnsc-server root ssh config

This commit is contained in:
Dennis Schoepf 2025-06-22 21:54:13 +02:00
parent 4b0c763575
commit a9a57156fe

View file

@ -122,6 +122,16 @@
enableSSHSupport = true; enableSSHSupport = true;
}; };
# Root SSH
programs.ssh.extraConfig = ''
Host dnsc-storage
Port 23
IdentitiesOnly yes
User u295965
HostName u295965.your-storagebox.de
IdentityFile /home/dennis/.ssh/id_ed25519
'';
# Services # Services
# ZFS # ZFS
services.zfs = { services.zfs = {