Compare commits
No commits in common. "00bf70b29ae0e7c801c9b2e3128751afefe35012" and "c860fef7aa708587ecc6517bc6a5bda8d7e5c6df" have entirely different histories.
00bf70b29a
...
c860fef7aa
|
@ -102,7 +102,7 @@
|
|||
${pkgs.dig}/bin/nslookup rupert.gvfr.de
|
||||
${pkgs.unixtools.ping}/bin/ping -c1 rupert.gvfr.de >/dev/null
|
||||
echo "Opening SSH tunnel."
|
||||
${pkgs.openssh}/bin/ssh -6 -i /secrets/id_burp_remote -o IdentitiesOnly=yes -o ExitOnForwardFailure=yes -L 4971:localhost:4971 burp-remote@rupert.gvfr.de -f true
|
||||
${pkgs.openssh}/bin/ssh -i /secrets/id_burp_remote -o IdentitiesOnly=yes -o ExitOnForwardFailure=yes -L 4971:localhost:4971 burp-remote@rupert.gvfr.de -f true
|
||||
echo "Beginning backup operation."
|
||||
$out/sbin/burp-untunneled \$@
|
||||
EOF
|
||||
|
@ -142,8 +142,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.postgresql.package = pkgs.postgresql_13;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It’s perfectly fine and recommended to leave
|
||||
|
|
|
@ -123,10 +123,6 @@ in
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:3001/";
|
||||
extraConfig = ''
|
||||
# Maximum upload file size for git-lfs
|
||||
client_max_body_size 100M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
streamConfig = ''
|
||||
map $ssl_preread_server_name $target_backend {
|
||||
md.gvfr.de rupert;
|
||||
rupert.gvfr.de rupert;
|
||||
default localserv;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue