diff options
author | Akshay <[email protected]> | 2024-03-12 18:13:20 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-03-12 18:13:20 +0000 |
commit | 30606a7558f2e502345b04cd6ca692157b21a20b (patch) | |
tree | be81356a2c5006f46fd964897ab1b3208df12bf3 /hosts | |
parent | 2fbbe7eac3a7827a753aed3aa41171e7059595f8 (diff) |
enable flaresolverr
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/mantis/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
73 | 73 | ||
74 | pkgs.htop | 74 | pkgs.htop |
75 | pkgs.ripgrep | 75 | pkgs.ripgrep |
76 | pkgs.git | ||
76 | ]; | 77 | ]; |
77 | 78 | ||
78 | services.openssh.enable = true; | 79 | services.openssh.enable = true; |
@@ -171,6 +172,8 @@ | |||
171 | }; | 172 | }; |
172 | }; | 173 | }; |
173 | 174 | ||
175 | services.flaresolverr.enable = true; | ||
176 | |||
174 | nix.settings.experimental-features = [ "nix-command" "flakes" ]; | 177 | nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
175 | 178 | ||
176 | # Copy the NixOS configuration file and link it from the resulting system | 179 | # Copy the NixOS configuration file and link it from the resulting system |