mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Enable forgejo on alto
This commit is contained in:
parent
5b81a54b48
commit
7f885a6297
3 changed files with 15 additions and 9 deletions
|
|
@ -42,6 +42,6 @@ in
|
|||
createCmd = "${lib.getExe config.services.forgejo.package} admin user create";
|
||||
passwordPath = config.sops.secrets."forgejo/admin-password".path;
|
||||
in
|
||||
''${createCmd} --username seb --password "$(cat ${passwordPath})" --email "sebastian.stork@pm.me" --admin || true'';
|
||||
''${createCmd} --username SebastianStork --password "$(cat ${passwordPath})" --email "sebastian.stork@pm.me" --admin || true'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue