forgejo: switch to unstable pkg
This commit is contained in:
parent
ee7bab3a84
commit
ce61a78fec
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
|
@ -11,6 +12,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [2222];
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/var/lib/forgejo";
|
||||
lfs.enable = true;
|
||||
secrets = {
|
||||
|
|
Loading…
Reference in a new issue