This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-09-03 19:46:44 +02:00
parent 0f17b0c56e
commit d81aa406a4
14 changed files with 340 additions and 90 deletions

View File

@@ -1,21 +1,21 @@
{ pkgs, ... }@all: with all;
{
home = {
packages = with pkgs; [ sshfs ];
packages = with pkgs; [ openssh sshfs ];
file.".ssh/config".text = ''
HOST nxace
HostName ssh.${hyper.domain}
User ${hyper.user}
User nx2
Port 50022
HOST nxacel
HostName 10.0.1.1
User ${hyper.user}
User nx2
Port 50022
HOST nxrpil
HostName 10.0.1.31
User ${hyper.user}
User nx2
Port 22
HOST nxgit