Compare commits

..

No commits in common. "6f292d655b5a8542e58ddf272063134216f89aa2" and "8c858e1a870d6fd922d0a6ee587288d07bcb4961" have entirely different histories.

3 changed files with 8 additions and 9 deletions

View File

@ -56,14 +56,14 @@ repos:
args: [--update-only, --notitle] args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2 rev: 0.28.1
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2 rev: v3.0.1
hooks: hooks:
- id: reuse - id: reuse

12
Gemfile.lock generated
View File

@ -222,17 +222,17 @@ GEM
mutex_m (0.2.0) mutex_m (0.2.0)
net-http (0.4.1) net-http (0.4.1)
uri uri
nokogiri (1.16.4-aarch64-linux) nokogiri (1.16.3-aarch64-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-arm-linux) nokogiri (1.16.3-arm-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin) nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86-linux) nokogiri (1.16.3-x86-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin) nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux) nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.25.1) octokit (4.25.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)

View File

@ -44,7 +44,6 @@ sudo firewall-cmd --add-service=ssh --permanent
sudo firewall-cmd --add-service=mosh --permanent sudo firewall-cmd --add-service=mosh --permanent
sudo firewall-cmd --add-service=ntp --permanent sudo firewall-cmd --add-service=ntp --permanent
sudo firewall-cmd --add-service=syncthing --permanent sudo firewall-cmd --add-service=syncthing --permanent
sudo firewall-cmd --add-service=mdns --permanent
``` ```
- I trust Chrony (ntp) to not allow it to be used from outside of LAN - I trust Chrony (ntp) to not allow it to be used from outside of LAN