feat(forgejo): update to nixos-unstable version
1.21 is the first version to be Forgejo-forgejo.
This commit is contained in:
parent
e71905be35
commit
df67724405
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
_: let
|
||||
{ pkgs, ...}: let
|
||||
port = 3000;
|
||||
in {
|
||||
services = {
|
||||
forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.forgejo;
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
APP_NAME = "buffet's kitchen";
|
||||
|
@ -11,6 +12,7 @@ in {
|
|||
|
||||
server = {
|
||||
DOMAIN = "buffets.kitchen";
|
||||
ROOT_URL = "https://buffets.kitchen/";
|
||||
HTTP_PORT = port;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue