From 4c82b9be8d81da262e8503642aac69f4acb60c2e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 22 Sep 2026 12:38:41 -0500 Subject: searxng config --- hosts/poweredge-pro/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hosts/poweredge-pro/configuration.nix') diff --git a/hosts/poweredge-pro/configuration.nix b/hosts/poweredge-pro/configuration.nix index 53f2599..23b16f8 100644 --- a/hosts/poweredge-pro/configuration.nix +++ b/hosts/poweredge-pro/configuration.nix @@ -1,10 +1,11 @@ { config, lib, pkgs, ... }: { imports = [ + ./dns.nix + ./filebrowser.nix + ./fileshares.nix ./key.nix ./networking.nix - ./fileshares.nix - ./filebrowser.nix - ./dns.nix + ./searxng.nix ]; # Setup bootloader -- cgit v1.2.3