19-define-os-ip #24

Merged
hygienic-books merged 23 commits from 19-define-os-ip into main 2023-11-12 03:26:37 +00:00
Showing only changes of commit fd2c08a18a - Show all commits

View File

@ -1434,6 +1434,10 @@ function configure_dns () {
systemctl enable 'systemd-resolved.service' --root='/mnt'
}
function configure_ntp () {
systemctl enable 'systemd-timesyncd.service' --root='/mnt'
}
function configure_reflector () {
#3.5
systemctl enable 'reflector.service' 'reflector.timer' --root='/mnt'
@ -1514,6 +1518,7 @@ function finalize_os_setup () {
configure_sshd
fi
configure_dns #3.4
configure_ntp
configure_reflector #3.5
configure_zfs #3.6
configure_zfs_mount_gen #3.7