caddy: enable dns challenges

This commit is contained in:
Rouven Seifert 2025-05-11 16:49:43 +02:00
parent f8eee37e51
commit 0cf89b0ae4
10 changed files with 48 additions and 25 deletions

View file

@ -1,6 +1,8 @@
{ pkgs, lib, ... }:
{
# fixes run0 failing to execute
security.pam.services.systemd-run0 = { };
systemd = {
# package = lib.mkDefault (nixpkgs-systemd-256.legacyPackages.x86_64-linux.systemd.override { withHomed = false; });