Compare commits

...

2 Commits

Author SHA1 Message Date
b0a28a0e47
firewall: add paperless port
oops
2024-08-03 19:44:48 -04:00
48a370db43 system: reboot cronjob
this broke my server once so hopefully it doesn't happen again
https://archlinux.org/news/the-sshd-service-needs-to-be-restarted-after-upgrading-to-openssh-98p1/
2024-08-03 18:08:51 -04:00
2 changed files with 12 additions and 0 deletions

View File

@ -44,6 +44,10 @@
port: 4533
interface: service
- name: "paperless"
port: 8000
interface: service
- name: "syncthing"
port: 22000
proto: any

View File

@ -57,3 +57,11 @@
name: cronie
state: started
enabled: yes
- name: Setup reboot cronjob
cron:
name: "Reboot system"
minute: 59
hour: 11
weekday: 5
job: "reboot"