forgejo: remove unnecessary ssh configuration
This commit is contained in:
parent
68a7125822
commit
9165fd4b6f
|
@ -15,14 +15,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
|
||||||
authorizedKeysFiles = [
|
|
||||||
"${config.services.forgejo.stateDir}/.ssh/authorized_keys"
|
|
||||||
];
|
|
||||||
# Recommended by forgejo: https://forgejo.org/docs/latest/admin/recommendations/#git-over-ssh
|
|
||||||
settings.AcceptEnv = "GIT_PROTOCOL";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
|
|
Loading…
Reference in a new issue