add tls group for session ticket keys

This commit is contained in:
Daniel Micay 2025-05-27 14:21:58 -04:00
parent 72ffc14258
commit 94a2567b15
4 changed files with 6 additions and 3 deletions

View file

@ -61,6 +61,7 @@ rsync -cv etc/nftables/nftables-${hosts_firewall[$host]:-web}.conf $remote:/mnt/
ssh $remote "arch-chroot /mnt systemctl enable chronyd.service fstrim.timer logrotate.timer nftables.service plocate-updatedb.timer systemd-networkd.service systemd-oomd.service sshd.service sysstat.service unbound.service"
ssh $remote "arch-chroot /mnt systemctl disable remote-fs.target systemd-network-generator.service systemd-userdbd.socket"
ssh $remote "arch-chroot /mnt groupadd -g 2000 io_uring"
ssh $remote "arch-chroot /mnt groupadd -g 2100 tls"
ssh $remote "umask 077 && dd if=/dev/random of=/mnt/swapfile bs=1M count=$swap status=progress"