Skip to content

Commit

Permalink
projects/PeerTube: normalize service name
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Sep 20, 2024
1 parent 47bd760 commit 421cf19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/PeerTube/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
inherit (pkgs) peertube-plugin-akismet peertube-plugin-auth-ldap peertube-plugin-auth-openid-connect peertube-plugin-auth-saml2 peertube-plugin-auto-block-videos peertube-plugin-auto-mute peertube-plugin-hello-world peertube-plugin-logo-framasoft peertube-plugin-matomo peertube-plugin-privacy-remover peertube-plugin-transcoding-custom-quality peertube-plugin-transcoding-profile-debug peertube-plugin-video-annotation peertube-theme-background-red peertube-theme-dark peertube-theme-framasoft peertube-plugin-livechat;
};
nixos = {
modules.services.peertube.plugins = ./module.nix;
modules.services.peertube = ./module.nix;
tests.peertube-plugins = import ./test.nix args;
examples = {
base = {
Expand Down
2 changes: 1 addition & 1 deletion projects/PeerTube/test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
server = {config, ...}: {
imports = [
sources.modules.default
sources.modules."services.peertube.plugins"
sources.modules."services.peertube"
sources.examples."PeerTube/base"
];
};
Expand Down

0 comments on commit 421cf19

Please sign in to comment.