about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ircd-hybrid
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-12-19 22:40:04 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-24 21:15:27 +0100
commit1e48222cbe5d944412fe044196bb2ffc721e3605 (patch)
treecc1a28e50ebe2e153458275cb655dad4dabfd190 /nixos/modules/services/networking/ircd-hybrid
parent937e733c04003badd89e1bc50477b3a1c9e7043f (diff)
nixos/ircd-hybrid: /var/run -> /run
Diffstat (limited to 'nixos/modules/services/networking/ircd-hybrid')
-rw-r--r--nixos/modules/services/networking/ircd-hybrid/ircd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ircd-hybrid/ircd.conf b/nixos/modules/services/networking/ircd-hybrid/ircd.conf
index bb22832dbdb20..17ef203840af5 100644
--- a/nixos/modules/services/networking/ircd-hybrid/ircd.conf
+++ b/nixos/modules/services/networking/ircd-hybrid/ircd.conf
@@ -987,7 +987,7 @@ general {
 	 * egdpool_path: path to EGD pool. Not necessary for OpenSSL >= 0.9.7
 	 * which automatically finds the path.
 	 */
-#	egdpool_path = "/var/run/egd-pool";
+#	egdpool_path = "/run/egd-pool";
 
 
 	/*