summary refs log tree commit diff
path: root/nixos/modules/services/networking/prayer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/prayer.nix')
-rw-r--r--nixos/modules/services/networking/prayer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/prayer.nix b/nixos/modules/services/networking/prayer.nix
index ae9258b2712..513509eaca3 100644
--- a/nixos/modules/services/networking/prayer.nix
+++ b/nixos/modules/services/networking/prayer.nix
@@ -82,7 +82,7 @@ in
       serviceConfig.Type = "forking";
       preStart = ''
         mkdir -m 0755 -p ${stateDir}
-        chown ${prayerUser}.${prayerGroup} ${stateDir}
+        chown ${prayerUser}:${prayerGroup} ${stateDir}
       '';
       script = "${prayer}/sbin/prayer --config-file=${prayerCfg}";
     };