mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 07:41:08 +02:00
caddy: enable dns challenges
This commit is contained in:
parent
f8eee37e51
commit
0cf89b0ae4
10 changed files with 48 additions and 25 deletions
|
@ -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; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue