mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
tailscale: Add restart triggers
This commit is contained in:
parent
7edd02884e
commit
4f0fea5461
10 changed files with 32 additions and 11 deletions
|
|
@ -32,6 +32,7 @@ in
|
|||
templates."hedgedoc/environment" = {
|
||||
owner = config.users.users.hedgedoc.name;
|
||||
content = "GITLAB_CLIENTSECRET=${config.sops.placeholder."hedgedoc/gitlab-auth-secret"}";
|
||||
restartUnits = [ "hedgedoc.service" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue