diff --git a/hosts/bind/default.nix b/hosts/bind/default.nix index d4a1a4e5..6b733a40 100644 --- a/hosts/bind/default.nix +++ b/hosts/bind/default.nix @@ -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"; }