mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 13:24:38 -05:00
feat: forgejo test
This commit is contained in:
parent
5acbf5a77f
commit
f3330ec4b0
1 changed files with 11 additions and 12 deletions
|
@ -29,18 +29,17 @@ in
|
||||||
localDomain = host;
|
localDomain = host;
|
||||||
serviceEnvironmentFile = config.sops.secrets."${service.name}-root".path;
|
serviceEnvironmentFile = config.sops.secrets."${service.name}-root".path;
|
||||||
user = service.name;
|
user = service.name;
|
||||||
# plugins = {
|
plugins = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# plugins = builtins.attrValues {
|
plugins = builtins.attrValues {
|
||||||
# inherit
|
inherit (pkgs)
|
||||||
# (pkgs)
|
peertube-plugin-livechat
|
||||||
# peertube-plugin-livechat
|
peertube-plugin-matomo
|
||||||
# peertube-plugin-matomo
|
peertube-plugin-transcoding-custom-quality
|
||||||
# peertube-plugin-transcoding-custom-quality
|
peertube-theme-dark
|
||||||
# peertube-theme-dark
|
;
|
||||||
# ;
|
};
|
||||||
# };
|
};
|
||||||
# };
|
|
||||||
|
|
||||||
secrets = {
|
secrets = {
|
||||||
secretsFile = config.sops.secrets."${service.name}-secret".path;
|
secretsFile = config.sops.secrets."${service.name}-secret".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue