From fe37f8ad8671b3b392fb0c61d8e87a18cfa51926 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 23 Sep 2025 01:44:09 -0600 Subject: [PATCH] nix fmt --- sys/platforms/vps/srv/radicale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/platforms/vps/srv/radicale.nix b/sys/platforms/vps/srv/radicale.nix index 1b7b5eb..ce0b309 100644 --- a/sys/platforms/vps/srv/radicale.nix +++ b/sys/platforms/vps/srv/radicale.nix @@ -23,7 +23,7 @@ with lib; { enable = true; settings = { server = { - hosts = [ "127.0.0.1:5232" ]; + hosts = ["127.0.0.1:5232"]; }; auth = { type = "htpasswd";