summary refs log tree commit diff
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-12-19 22:42:21 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2019-03-24 21:15:32 +0100
commit9b100c4e6ffc1d6e411da8bb6a938a0515cfa389 (patch)
treeab8541333b6a60e46a444dcdc9df8eec87e4dd7c
parentcdc6f2e4840f0351adaa86a48e2d9db0de82ed0a (diff)
downloadnixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar.gz
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar.bz2
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar.lz
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar.xz
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.tar.zst
nixpkgs-9b100c4e6ffc1d6e411da8bb6a938a0515cfa389.zip
nixos/selfoss: /var/run -> /run
-rw-r--r--nixos/modules/services/web-apps/selfoss.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/selfoss.nix b/nixos/modules/services/web-apps/selfoss.nix
index 7b0ce8a8d03..cd0f743a5fb 100644
--- a/nixos/modules/services/web-apps/selfoss.nix
+++ b/nixos/modules/services/web-apps/selfoss.nix
@@ -4,7 +4,7 @@ let
   cfg = config.services.selfoss;
 
   poolName = "selfoss_pool";
-  phpfpmSocketName = "/var/run/phpfpm/${poolName}.sock";
+  phpfpmSocketName = "/run/phpfpm/${poolName}.sock";
 
   dataDir = "/var/lib/selfoss";