mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
treewide: remove redundant quotes
This commit is contained in:
parent
fe9c9f719d
commit
35d68ef143
293 changed files with 860 additions and 860 deletions
|
@ -51,7 +51,7 @@ in {
|
|||
serviceConfig.PermissionsStartOnly = true;
|
||||
};
|
||||
|
||||
systemd.services."nextcloud-setup"= {
|
||||
systemd.services.nextcloud-setup= {
|
||||
requires = ["postgresql.service"];
|
||||
after = [
|
||||
"postgresql.service"
|
||||
|
@ -62,7 +62,7 @@ in {
|
|||
# At the time of writing, redis creates its socket with the "nobody"
|
||||
# group. I figure this is slightly less bad than making the socket world
|
||||
# readable.
|
||||
systemd.services."chown-redis-socket" = {
|
||||
systemd.services.chown-redis-socket = {
|
||||
enable = true;
|
||||
script = ''
|
||||
until ${pkgs.redis}/bin/redis-cli ping; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue