all repos — nixfiles @ 64aa79e69c7dfdbd9a88eb663dbf0d175a91d0e6

System and user configuration, managed by nix and home-manager

linde: reload redis when TLS certificate updates

Alan Pearce
commit

64aa79e69c7dfdbd9a88eb663dbf0d175a91d0e6

parent

bed99f89d75db2c02e92b2894f9978b9a45df0ae

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -485,6 +485,7 @@ extraDomainNames = [ "*.stats.alanpearce.eu" ];
}; certs."redis.alanpearce.eu" = { group = "redis-website"; + reloadServices = [ "redis-website" ]; }; }; users.groups.acme.members = [