Removed submerger until it starts behaving
This commit is contained in:
@@ -6,15 +6,11 @@
|
|||||||
|
|
||||||
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||||
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
|
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
submerger.url = "github:rasmus-kirk/submerger";
|
|
||||||
submerger.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
vpnconfinement,
|
vpnconfinement,
|
||||||
submerger,
|
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
let
|
let
|
||||||
@@ -33,7 +29,6 @@
|
|||||||
in {
|
in {
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
default = {
|
default = {
|
||||||
config._module.args = {inherit submerger;};
|
|
||||||
imports = [ ./nixarr vpnconfinement.nixosModules.default ];
|
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 {
|
mediaUsers = mkOption {
|
||||||
type = with types; listOf str;
|
type = with types; listOf str;
|
||||||
default = [];
|
default = [];
|
||||||
@@ -246,7 +244,7 @@ in {
|
|||||||
jdupes
|
jdupes
|
||||||
list-unlinked
|
list-unlinked
|
||||||
fix-permissions
|
fix-permissions
|
||||||
] ++ (lib.lists.optional cfg.submerger.enable submerger.packages."${pkgs.system}".default);
|
];
|
||||||
|
|
||||||
vpnNamespaces.wg = mkIf cfg.vpn.enable {
|
vpnNamespaces.wg = mkIf cfg.vpn.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user