Try polonium
This commit is contained in:
parent
436ff6c039
commit
c52b27c763
3 changed files with 9 additions and 7 deletions
|
|
@ -1,10 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.gitea = {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
appName = "Forgejo";
|
||||
package = pkgs.forgejo;
|
||||
settings = {
|
||||
server = with config.constants; {
|
||||
DOMAIN = domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue