dns and ssh8022 changes

This commit is contained in:
2024-08-27 08:14:53 +03:00
parent 0a4b11c2e4
commit d91976dafc
2 changed files with 26 additions and 22 deletions

View File

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