Removed submerger until it starts behaving
This commit is contained in:
@@ -6,15 +6,11 @@
|
||||
|
||||
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
submerger.url = "github:rasmus-kirk/submerger";
|
||||
submerger.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
vpnconfinement,
|
||||
submerger,
|
||||
...
|
||||
} @ inputs:
|
||||
let
|
||||
@@ -33,7 +29,6 @@
|
||||
in {
|
||||
nixosModules = {
|
||||
default = {
|
||||
config._module.args = {inherit submerger;};
|
||||
imports = [ ./nixarr vpnconfinement.nixosModules.default ];
|
||||
};
|
||||
};
|
||||
|
||||
+1
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user