1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-10-18 03:05:12 -04:00

Fix systemd ssh override

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-10-15 14:39:46 -07:00
parent 89d390ca5b
commit 4ef166f60f
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
4 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@
} }
}, },
{ {
"path": "/etc/systemd/system/sshd.service.d/local.conf", "path": "/etc/systemd/system/sshd.service.d/override.conf",
"contents": { "contents": {
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf" "source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
} }

View File

@ -134,7 +134,7 @@ storage:
- path: /etc/ssh/ssh_config.d/10-custom.conf - path: /etc/ssh/ssh_config.d/10-custom.conf
contents: contents:
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf
- path: /etc/systemd/system/sshd.service.d/local.conf - path: /etc/systemd/system/sshd.service.d/override.conf
contents: contents:
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
- path: /etc/tuned/active_profile - path: /etc/tuned/active_profile

View File

@ -132,7 +132,7 @@
} }
}, },
{ {
"path": "/etc/systemd/system/sshd.service.d/local.conf", "path": "/etc/systemd/system/sshd.service.d/override.conf",
"contents": { "contents": {
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf" "source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
} }

View File

@ -223,7 +223,7 @@ storage:
- path: /etc/ssh/ssh_config.d/10-custom.conf - path: /etc/ssh/ssh_config.d/10-custom.conf
contents: contents:
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf
- path: /etc/systemd/system/sshd.service.d/local.conf - path: /etc/systemd/system/sshd.service.d/override.conf
contents: contents:
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
- path: /etc/tuned/active_profile - path: /etc/tuned/active_profile