mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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;
|
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 (pkgs)
|
# inherit (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