Refactor config-root.toml, add plymouth conf
This commit is contained in:
parent
5c952d7c8c
commit
9498a29f0a
1 changed files with 8 additions and 2 deletions
|
@ -83,6 +83,10 @@ src = "etc/pacman.conf"
|
|||
dst = "/etc/pacman.d/hooks/zsh.hook"
|
||||
src = "etc/pacman.d/hooks/zsh.hook"
|
||||
|
||||
[dotfiles."f_plymouthd.conf"]
|
||||
src = "etc/plymouth/plymouthd.conf"
|
||||
dst = "/etc/plymouth/plymouthd.conf"
|
||||
|
||||
[dotfiles.f_sshd_config]
|
||||
dst = "/etc/ssh/sshd_config"
|
||||
src = "etc/ssh/sshd_config"
|
||||
|
@ -191,10 +195,10 @@ dotfiles = [
|
|||
"f_ignore",
|
||||
"f_logind.conf",
|
||||
"f_mkinitcpio.conf",
|
||||
"f_plymouthd",
|
||||
"f_sshd_config",
|
||||
"f_system.conf",
|
||||
"f_timesyncd.conf",
|
||||
"f_vconsole.conf",
|
||||
"f_welcomemessage.conf",
|
||||
"f_yubikey_udev.rules",
|
||||
]
|
||||
|
@ -204,10 +208,12 @@ include = ["Locale", "Pacman", "Network"]
|
|||
include = ["Locale", "Pacman", "Network"]
|
||||
dotfiles = [
|
||||
"f_99-sysctl.conf",
|
||||
"f_cmdline",
|
||||
"f_cpupower",
|
||||
"f_doas.conf",
|
||||
"f_mkinitcpio.conf",
|
||||
"f_plymouthd",
|
||||
"f_sshd_config",
|
||||
"f_cmdline",
|
||||
]
|
||||
|
||||
[profiles.Gondor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue