From 30606a7558f2e502345b04cd6ca692157b21a20b Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 12 Mar 2024 18:13:20 +0000 Subject: enable flaresolverr --- hosts/mantis/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix index 8b5b489..fd014e4 100644 --- a/hosts/mantis/configuration.nix +++ b/hosts/mantis/configuration.nix @@ -73,6 +73,7 @@ pkgs.htop pkgs.ripgrep + pkgs.git ]; services.openssh.enable = true; @@ -171,6 +172,8 @@ }; }; + services.flaresolverr.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Copy the NixOS configuration file and link it from the resulting system -- cgit v1.2.3