mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-22 01:11:34 -05:00
More typo fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
dca71564e7
commit
dc0a155c30
16
Generic.ign
16
Generic.ign
@ -124,28 +124,28 @@
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/systemd/system/sshd.service.d/local.conf",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/tuned/active_profile",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/active_profile"
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/active_profile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/tuned/profile_mode",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/profile_mode"
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
10
Generic.yml
10
Generic.yml
@ -176,18 +176,18 @@ storage:
|
||||
- path: /etc/ssh/sshd_config.d/10-custom.conf
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf
|
||||
- path: /etc/systemd/system/sshd.service.d/local.conf
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
|
||||
- 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
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
|
||||
- path: /etc/tuned/active_profile
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/active_profile
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/active_profile
|
||||
- path: /etc/tuned/profile_mode
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/profile_mode
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode
|
||||
- path: /etc/systemd/zram-generator.conf
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf
|
||||
|
@ -126,13 +126,13 @@
|
||||
{
|
||||
"path": "/etc/tuned/active_profile",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/active_profile"
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/active_profile"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/etc/tuned/profile_mode",
|
||||
"contents": {
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/profile_mode"
|
||||
"source": "https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -145,10 +145,10 @@ storage:
|
||||
source: https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf
|
||||
- path: /etc/tuned/active_profile
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/active_profile
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/active_profile
|
||||
- path: /etc/tuned/profile_mode
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/tuned/profile_mode
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode
|
||||
- path: /etc/systemd/zram-generator.conf
|
||||
contents:
|
||||
source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf
|
||||
|
Loading…
Reference in New Issue
Block a user