diff options
author | Alan Pearce | 2024-05-15 10:29:40 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-15 10:29:40 +0200 |
commit | 87e822d1c473e9a373841bdcadbdc2c34d3cf6d9 (patch) | |
tree | d56f2ecf49064886e67050975c63b146cb4bb26b /system | |
parent | fb2bc6ceba885133f6b2bd5d4a8d06fddf26eb15 (diff) | |
download | nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.tar.lz nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.tar.zst nixfiles-87e822d1c473e9a373841bdcadbdc2c34d3cf6d9.zip |
update searchix
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index a6bfefb4..d9ac2b9b 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -839,7 +839,7 @@ in "*.sentry.io" ]; }; - extraBodyHTML = '' + extraHeadHTML = '' <script src="https://js-de.sentry-cdn.com/d735e99613a86e1625fb85d0e8e762de.min.js" crossorigin="anonymous"></script> |