Server/forgejo: upgrade to non lts version
This commit is contained in:
parent
ebbbc8da58
commit
335205338f
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
flakeSelf,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
hostSecrets = "${flakeSelf.inputs.secrets}/" + config.networking.hostName + "/";
|
||||
|
|
@ -24,6 +25,7 @@ in {
|
|||
specialisation.forgejoEnableRegistration.configuration.services.forgejo.settings.service.DISABLE_REGISTRATION = false;
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
settings = {
|
||||
service = {
|
||||
DISABLE_REGISTRATION = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue