adapts dnsc-air and dnsc-server

This commit is contained in:
Dennis Schoepf 2025-09-05 15:26:45 +02:00
parent 82b20ce0a7
commit 8fb546a6a2
2 changed files with 12 additions and 10 deletions

View file

@ -124,14 +124,18 @@
};
# Root SSH
programs.ssh.extraConfig = ''
Host dnsc-storage
Port 23
IdentitiesOnly yes
User u295965
HostName u295965.your-storagebox.de
IdentityFile /root/.ssh/id_ed25519
'';
programs.ssh = {
enable = true;
matchBlocks = {
"dnsc-storage" = {
hostname = "u295965.your-storagebox.de";
user = "u295965";
identityFile = "/root/.ssh/id_ed25519";
identitiesOnly = true;
port = 23;
};
};
};
# Services
# ZFS