Skip to content

Commit

Permalink
Removed submerger until it starts behaving
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Nov 6, 2024
1 parent 7f686e2 commit 38c8f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,7 +29,6 @@
in {
nixosModules = {
default = {
config._module.args = {inherit submerger;};
imports = [ ./nixarr vpnconfinement.nixosModules.default ];
};
};
Expand Down
4 changes: 1 addition & 3 deletions nixarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 38c8f9c

Please sign in to comment.