summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-21 17:31:36 +0200
committerAlan Pearce2024-05-21 17:31:36 +0200
commit004e74d94b9b4c8dbc33b98839452014ba0fffe3 (patch)
tree84d585a198ed959ece281c0c4ddcd755ba5779d2 /flake.nix
parent6eae23bf1d7d3fc134fe07fb8b61913aa23b32d9 (diff)
downloadnixfiles-004e74d94b9b4c8dbc33b98839452014ba0fffe3.tar.lz
nixfiles-004e74d94b9b4c8dbc33b98839452014ba0fffe3.tar.zst
nixfiles-004e74d94b9b4c8dbc33b98839452014ba0fffe3.zip
update searchix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 459d2202..9b867fd8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,7 +89,7 @@
         specialArgs = { inherit inputs; };
         modules = [
           agenix.nixosModules.default
-          searchix.nixosModules.default
+          searchix.nixosModules.web
           ./system/linde.nix
         ];
       };