nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 86dda5a6f65232eae9747857db80df8b1d659e1c
parent 763b37add746770cf63e62df1ae60e97b30d0612
Author: Toni Brown <me@tb148.net>
Date:   Wed, 14 Jan 2026 23:36:02 +0800

Use tb148's home path for searx environment file

Diffstat:
Mconfiguration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix @@ -145,7 +145,7 @@ services.searx = { enable = true; - environmentFile = "/home/tb148/.searxng.env"; + environmentFile = "${config.users.users.tb148.home}/.searxng.env"; }; programs.nix-ld = {