all repos — nixfiles @ 64aa79e69c7dfdbd9a88eb663dbf0d175a91d0e6

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

linde: reload redis when TLS certificate updates
Alan Pearce alan@alanpearce.eu
Thu, 06 Feb 2025 23:09:01 +0100
commit

64aa79e69c7dfdbd9a88eb663dbf0d175a91d0e6

parent

bed99f89d75db2c02e92b2894f9978b9a45df0ae

1 files changed, 1 insertions(+), 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 = [