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