From fb3ca092712706d6f82d2308bba6f3b40ea6e1d9 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 8 Jun 2025 22:18:12 -0500 Subject: [PATCH] feat: test --- modules/nixos/services/peertube/default.nix | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/nixos/services/peertube/default.nix b/modules/nixos/services/peertube/default.nix index 091cd90..d53fa77 100755 --- a/modules/nixos/services/peertube/default.nix +++ b/modules/nixos/services/peertube/default.nix @@ -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;