remove connect app
This commit is contained in:
parent
8b75271fef
commit
aa58b4b393
1 changed files with 0 additions and 6 deletions
|
|
@ -23,12 +23,6 @@
|
|||
in
|
||||
{
|
||||
formatter.${system} = pkgs.nixfmt-tree;
|
||||
apps.${system}.connect = {
|
||||
type = "app";
|
||||
program = "${pkgs.writeShellScript "connect.sh" ''
|
||||
${pkgs.openssh}/bin/ssh root@matrix.berlin.ccc.de -L 3000:[::1]:3000 -L 9090:[::1]:9090 -N
|
||||
''}";
|
||||
};
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = [
|
||||
(agenix.packages.${system}.default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue