use git as ssh user so it doesn't need to be in the clone url
This commit is contained in:
parent
009d157188
commit
37d4ac85b2
2 changed files with 2 additions and 1 deletions
|
@ -159,6 +159,7 @@ in
|
||||||
SSH_LISTEN_HOST = "0.0.0.0";
|
SSH_LISTEN_HOST = "0.0.0.0";
|
||||||
SSH_LISTEN_PORT = 3032; # actual listen port
|
SSH_LISTEN_PORT = 3032; # actual listen port
|
||||||
SSH_PORT = 3032; # used in UI
|
SSH_PORT = 3032; # used in UI
|
||||||
|
BUILTIN_SSH_SERVER_USER = "git";
|
||||||
|
|
||||||
LANDING_PAGE = "explore";
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,7 +24,7 @@ in
|
||||||
# };
|
# };
|
||||||
"git.joshuabell.xyz" = {
|
"git.joshuabell.xyz" = {
|
||||||
identityFile = age.secrets.nix2gitforgejo.path;
|
identityFile = age.secrets.nix2gitforgejo.path;
|
||||||
user = "forgejo";
|
user = "git";
|
||||||
};
|
};
|
||||||
# PERSONAL DEVICES
|
# PERSONAL DEVICES
|
||||||
"lio" = {
|
"lio" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue