nixos/tt-rss: /var/run -> /run
This commit is contained in:
parent
9b100c4e6f
commit
f09fb4d4dd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
else cfg.database.port;
|
||||
|
||||
poolName = "tt-rss";
|
||||
phpfpmSocketName = "/var/run/phpfpm/${poolName}.sock";
|
||||
phpfpmSocketName = "/run/phpfpm/${poolName}.sock";
|
||||
|
||||
tt-rss-config = pkgs.writeText "config.php" ''
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue