summary refs log tree commit diff
path: root/modules/services/monitoring/systemhealth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/monitoring/systemhealth.nix')
-rw-r--r--modules/services/monitoring/systemhealth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/systemhealth.nix b/modules/services/monitoring/systemhealth.nix
index 85f297cfb71..61e6a38fc9a 100644
--- a/modules/services/monitoring/systemhealth.nix
+++ b/modules/services/monitoring/systemhealth.nix
@@ -118,7 +118,7 @@ in
       { function = f: {
           extraConfig = ''
             Alias ${cfg.urlPrefix} ${htmlDir}
-            
+
             <Directory ${htmlDir}>
                 Order allow,deny
                 Allow from all