This commit is contained in:
Motiejus Jakštys 2024-08-25 11:38:53 +03:00
parent bc6cc6eb84
commit 67d29810ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
in
lib.mkIf cfg.enable {
programs.ssh.extraConfig = ''
Host dl.jakstys.lt
Host dl.jakstys.lt fra1-b.jakstys.lt
ProxyCommand ${pkgs.spiped}/bin/spipe -t %h:8022 -k ${cfg.keyfile}
'';
}