nixos/logrotate: add newline before extraConfig
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
This commit is contained in:
parent
90ce7f508a
commit
fe07adef7f
@ -51,8 +51,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
configFile = pkgs.writeText "logrotate.conf" (
|
configFile = pkgs.writeText "logrotate.conf" (
|
||||||
(concatStringsSep "\n" (map pathConfig cfg.paths)) +
|
(concatStringsSep "\n" ((map pathConfig cfg.paths) ++ [cfg.extraConfig]))
|
||||||
cfg.extraConfig
|
|
||||||
);
|
);
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user