rm useless override

This commit is contained in:
Henry Hiles 2026-01-22 12:45:34 +00:00
commit ba221d1765
No known key found for this signature in database

View file

@ -1,9 +1,4 @@
{
config,
inputs,
pkgs,
...
}:
{ config, ... }:
{
services =
let
@ -15,7 +10,6 @@
hostname = domain;
appSecretFile = config.age.secrets."davSecret.age".path;
adminPasswordFile = config.age.secrets."davPassword.age".path;
package = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.davis;
nginx = null;
poolConfig = with config.services.caddy; {