aboutsummaryrefslogtreecommitdiff
path: root/modules/services/sendsms
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/sendsms')
-rw-r--r--modules/services/sendsms/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/services/sendsms/default.nix b/modules/services/sendsms/default.nix
index 1238c5c..9d3491a 100644
--- a/modules/services/sendsms/default.nix
+++ b/modules/services/sendsms/default.nix
@@ -17,7 +17,6 @@ in
path = [ pkgs.sendsms ];
serviceConfig = {
Type = "oneshot";
- WorkingDirectory = cfg.stateDir;
ExecStart = "${pkgs.sendsms}/bin/sendsms --config ${secrets."sendsms/config".path} reboot";
Restart = "on-failure";
@@ -32,7 +31,6 @@ in
CapabilityBoundingSet = "";
# Security
- DynamicUser = true;
NoNewPrivileges = true;
# Sandboxing