dont vendor davis

This commit is contained in:
Henry Hiles 2026-01-09 09:50:57 -05:00
commit 58e6990fdf
No known key found for this signature in database
2 changed files with 1 additions and 50 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, ... }:
{
services =
let
@ -12,9 +12,6 @@
adminPasswordFile = config.age.secrets."davPassword.age".path;
nginx = null;
# https://github.com/NixOS/nixpkgs/pull/457476#issuecomment-3678028689
package = pkgs.callPackage ../../lib/tempVendoredDavis.nix { };
poolConfig = with config.services.caddy; {
"listen.owner" = user;
"listen.group" = group;