aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-12 18:13:20 +0000
committerAkshay <[email protected]>2024-03-12 18:13:20 +0000
commit30606a7558f2e502345b04cd6ca692157b21a20b (patch)
treebe81356a2c5006f46fd964897ab1b3208df12bf3 /flake.nix
parent2fbbe7eac3a7827a753aed3aa41171e7059595f8 (diff)
enable flaresolverr
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e5b79b6..7a397a2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -108,6 +108,7 @@
108 imports = [ ./hosts/mantis/configuration.nix ]; 108 imports = [ ./hosts/mantis/configuration.nix ];
109 _module.args.self = self; 109 _module.args.self = self;
110 } 110 }
111 flaresolverr.nixosModules.default
111 ]; 112 ];
112 }; 113 };
113 114