about summary refs log tree commit diff
path: root/nixos/modules/services/matrix/appservice-discord.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/matrix/appservice-discord.nix')
-rw-r--r--nixos/modules/services/matrix/appservice-discord.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/appservice-discord.nix b/nixos/modules/services/matrix/appservice-discord.nix
index 89b4bc98f494b..15f0f0cc0cdbf 100644
--- a/nixos/modules/services/matrix/appservice-discord.nix
+++ b/nixos/modules/services/matrix/appservice-discord.nix
@@ -137,7 +137,7 @@ in {
         PrivateTmp = true;
         WorkingDirectory = appDir;
         StateDirectory = baseNameOf dataDir;
-        UMask = 0027;
+        UMask = "0027";
         EnvironmentFile = cfg.environmentFile;
 
         ExecStart = ''