Removed submerger until it starts behaving

This commit is contained in:
rasmus-kirk
2024-11-05 19:40:25 +01:00
parent 7f686e2567
commit 38c8f9c46a
2 changed files with 1 additions and 8 deletions
+1 -3
View File
@@ -117,8 +117,6 @@ in {
'';
};
submerger.enable = mkEnableOption "submerger, a tool for merging subtitle files. This option just installs the binary";
mediaUsers = mkOption {
type = with types; listOf str;
default = [];
@@ -246,7 +244,7 @@ in {
jdupes
list-unlinked
fix-permissions
] ++ (lib.lists.optional cfg.submerger.enable submerger.packages."${pkgs.system}".default);
];
vpnNamespaces.wg = mkIf cfg.vpn.enable {
enable = true;