git.jakstys.lt points to jakstIP now

This commit is contained in:
2024-08-26 09:20:57 +03:00
parent 572a37c17a
commit 1c0126e35e
2 changed files with 5 additions and 1 deletions

View File

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