flake.lock: Update #152
2 changed files with 14 additions and 15 deletions
|
@ -570,20 +570,20 @@
|
||||||
roots = [];
|
roots = [];
|
||||||
scope = "text.html.basic";
|
scope = "text.html.basic";
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
comment-token = "#";
|
# comment-token = "#";
|
||||||
file-types = ["py"];
|
# file-types = ["py"];
|
||||||
indent = {
|
# indent = {
|
||||||
tab-width = 4;
|
# tab-width = 4;
|
||||||
unit = " ";
|
# unit = " ";
|
||||||
};
|
# };
|
||||||
injection-regex = "python";
|
# injection-regex = "python";
|
||||||
language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp";
|
# language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp";
|
||||||
name = "python";
|
# name = "python";
|
||||||
roots = [];
|
# roots = [];
|
||||||
scope = "source.python";
|
# scope = "source.python";
|
||||||
shebangs = ["python"];
|
# shebangs = ["python"];
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
comment-token = "#";
|
comment-token = "#";
|
||||||
file-types = ["ncl"];
|
file-types = ["ncl"];
|
||||||
|
|
|
@ -35,5 +35,4 @@
|
||||||
"d '/var/cache/mediacache' 0750 nginx nginx - -"
|
"d '/var/cache/mediacache' 0750 nginx nginx - -"
|
||||||
];
|
];
|
||||||
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
|
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
|
||||||
services.nginx.validateConfig = false;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue