about summary refs log tree commit diff
path: root/nixos/modules/services/networking/openfire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/openfire.nix')
-rw-r--r--nixos/modules/services/networking/openfire.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/openfire.nix b/nixos/modules/services/networking/openfire.nix
index ed91b45ec945..454b504eda21 100644
--- a/nixos/modules/services/networking/openfire.nix
+++ b/nixos/modules/services/networking/openfire.nix
@@ -47,7 +47,7 @@ with lib;
         export HOME=/tmp
         mkdir /var/log/openfire || true
         mkdir /etc/openfire || true
-        for i in ${openfire}/conf.inst/*; do
+        for i in ${pkgs.openfire}/conf.inst/*; do
             if ! test -f /etc/openfire/$(basename $i); then
                 cp $i /etc/openfire/
             fi