diff --git a/config/programs/helix/languages.nix b/config/programs/helix/languages.nix index 0fdc44ca..5d236a91 100644 --- a/config/programs/helix/languages.nix +++ b/config/programs/helix/languages.nix @@ -570,20 +570,20 @@ roots = []; scope = "text.html.basic"; } - { - comment-token = "#"; - file-types = ["py"]; - indent = { - tab-width = 4; - unit = " "; - }; - injection-regex = "python"; - language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp"; - name = "python"; - roots = []; - scope = "source.python"; - shebangs = ["python"]; - } +# { +# comment-token = "#"; +# file-types = ["py"]; +# indent = { +# tab-width = 4; +# unit = " "; +# }; +# injection-regex = "python"; +# language-server.command = "${pkgs.python3Packages.python-lsp-server}/bin/pylsp"; +# name = "python"; +# roots = []; +# scope = "source.python"; +# shebangs = ["python"]; +# } { comment-token = "#"; file-types = ["ncl"]; diff --git a/config/services/akkoma/mediaproxy.nix b/config/services/akkoma/mediaproxy.nix index 5b55d7b8..b8e6fb17 100644 --- a/config/services/akkoma/mediaproxy.nix +++ b/config/services/akkoma/mediaproxy.nix @@ -35,5 +35,4 @@ "d '/var/cache/mediacache' 0750 nginx nginx - -" ]; systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"]; - services.nginx.validateConfig = false; }