mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
services, web-services: Populate meta.services attribute set
This commit is contained in:
parent
b26751a5fb
commit
fe5113d476
21 changed files with 135 additions and 10 deletions
|
|
@ -83,6 +83,11 @@ in
|
|||
};
|
||||
|
||||
persistence.directories = [ config.services.forgejo.stateDir ];
|
||||
|
||||
meta.services.${cfg.domain} = {
|
||||
title = "Forgejo";
|
||||
icon = "sh:forgejo";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue