Compare commits

...

5 Commits

5 changed files with 14 additions and 3 deletions

View File

@ -70,6 +70,10 @@ max_line_length = 88
#indent_style = space #indent_style = space
#indent_size = 2 #indent_size = 2
# LaTeX with git should be used one sentence per line for maximum efficiency
[*.tex]
max_line_length = unset
# TAB Separated Values # TAB Separated Values
[*.{tsv,tab}] [*.{tsv,tab}]
indent_style = tab indent_style = tab

View File

@ -10,7 +10,7 @@ ci:
# Override hook language versions from system defaults # Override hook language versions from system defaults
default_language_version: default_language_version:
python: python3.11 python: pypy3
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -26,3 +26,6 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
# Mattermost, I fear it's Electron. # Mattermost, I fear it's Electron.
#exec --no-startup-id flatpak run com.mattermost.Desktop #exec --no-startup-id flatpak run com.mattermost.Desktop
# Lith, WeeChat Relay client
exec --no-startup-id flatpak run app.lith.Lith

View File

@ -1,10 +1,14 @@
sshd_config should include something like `sshd_config` should include something like
Include /etc/ssh/sshd_config.d/\*.conf ```
Include /etc/ssh/sshd_config.d/*.conf
```
NOTE: This became supported only at OpenSSHd 8.2 on 2020-02-14. NOTE: This became supported only at OpenSSHd 8.2 on 2020-02-14.
https://www.openssh.com/txt/release-8.2 https://www.openssh.com/txt/release-8.2
NOTE also that the first time an option is specified wins.
## See also ## See also
https://infosec.mozilla.org/guidelines/openssh https://infosec.mozilla.org/guidelines/openssh