bind: clone via ssh

This commit is contained in:
Sandro - 2023-03-23 02:08:01 +01:00
parent 5f1e34fcd2
commit 1df9fec4bb
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,7 +20,10 @@ in
deployment.server = "server10";
};
system.stateVersion = "22.05";
environment.etc.gitconfig.text = ''
[url "gitea@gitea.c3d2.de:"]
insteadOf = https://gitea.c3d2.de/
'';
networking = {
hostName = "bind";
@ -91,4 +94,6 @@ in
options = [ "NOPASSWD" ];
} ];
} ];
system.stateVersion = "22.05";
}