mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-23 01:31:32 -05:00
Fix systemd ssh override
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
89d390ca5b
commit
4ef166f60f
@ -116,7 +116,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/systemd/system/sshd.service.d/local.conf",
|
||||
"path": "/etc/systemd/system/sshd.service.d/override.conf",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ storage:
|
||||
- path: /etc/ssh/ssh_config.d/10-custom.conf
|
||||
contents:
|
||||
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:
|
||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
|
||||
- path: /etc/tuned/active_profile
|
||||
|
@ -132,7 +132,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/systemd/system/sshd.service.d/local.conf",
|
||||
"path": "/etc/systemd/system/sshd.service.d/override.conf",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
|
||||
}
|
||||
|
@ -223,7 +223,7 @@ storage:
|
||||
- path: /etc/ssh/ssh_config.d/10-custom.conf
|
||||
contents:
|
||||
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:
|
||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
|
||||
- path: /etc/tuned/active_profile
|
||||
|
Loading…
Reference in New Issue
Block a user