mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
5 lines
109 B
Nix
Executable file
5 lines
109 B
Nix
Executable file
{ ... }:
|
|
{
|
|
# Ensure Caddy can access the ACME certificates
|
|
users.users.caddy.extraGroups = [ "acme" ];
|
|
}
|