all repos — dotfiles @ 00c0f24d1ad4e8df95f14a17ad1a3166ad3a088a

my *nix dotfiles

hosts/denna: radicale: all ports
Anirudh Oppiliappan x@icyphox.sh
Sun, 09 Jun 2024 17:37:50 +0300
commit

00c0f24d1ad4e8df95f14a17ad1a3166ad3a088a

parent

43677713e127effe34b83d4dbc16229a3aa8381e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hosts/denna/configuration.nixhosts/denna/configuration.nix

@@ -57,7 +57,7 @@ services.radicale = {

enable = true; settings = { server = { - hosts = [ "127.0.0.1:5232" ]; + hosts = [ "0.0.0.0:5232" ]; }; auth = { type = "htpasswd";