aboutsummaryrefslogtreecommitdiff
path: root/modules/teamspeak
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-01-07 17:50:14 +0100
committerMax Audron <audron@cocaine.farm>2024-01-07 17:50:14 +0100
commite0c22d61107432b11992fd94da3c0c22cad868ee (patch)
treed59b233f279dc74e511df3ff663046f24fa15df9 /modules/teamspeak
parentbump secrets module (diff)
always restart teamspeak
Diffstat (limited to 'modules/teamspeak')
-rw-r--r--modules/teamspeak/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/teamspeak/default.nix b/modules/teamspeak/default.nix
index 60b5627..1864679 100644
--- a/modules/teamspeak/default.nix
+++ b/modules/teamspeak/default.nix
@@ -10,4 +10,10 @@
queryIP = ip;
fileTransferIP = ip;
};
+
+ systemd.services.teamspeak3-server = {
+ serviceConfig = {
+ Restart = lib.mkForce "always";
+ };
+ };
}