updates dnsc-server root ssh config
This commit is contained in:
parent
4b0c763575
commit
a9a57156fe
1 changed files with 10 additions and 0 deletions
|
|
@ -122,6 +122,16 @@
|
|||
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
|
||||
# ZFS
|
||||
services.zfs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue