···2020 '';
2121 };
2222 # WARNING: DON'T DO THIS IN PRODUCTION!
2323- # This puts secrets (albeit hashed) directly into the Nix store for ease of testing.
2323+ # This puts unhashed secrets directly into the Nix store for ease of testing.
2424 environment.etc."radicale/htpasswd".source = pkgs.runCommand "htpasswd" {} ''
2525 ${pkgs.apacheHttpd}/bin/htpasswd -bcB "$out" ${user} ${password}
2626 '';