From ea75d168e423dfd71d6122d3c9540223585c662e Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 21 Jan 2025 00:14:24 +0000 Subject: deploy authentik, cleanup --- hosts/radicale/radicale.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/radicale/radicale.nix') diff --git a/hosts/radicale/radicale.nix b/hosts/radicale/radicale.nix index fa2b7bb..9a85a8a 100644 --- a/hosts/radicale/radicale.nix +++ b/hosts/radicale/radicale.nix @@ -1,8 +1,5 @@ { config, ... }: { - sops.secrets."radicale/htpasswd" = { - owner = config.users.users.radicale.name; - }; services.radicale = { enable = true; settings = { @@ -11,8 +8,7 @@ ssl = "False"; }; auth = { - type = "htpasswd"; - htpasswd_filename = config.sops.secrets."radicale/htpasswd".path; + type = "http_x_remote_user"; }; rights = { type = "owner_only"; -- cgit v1.3.1