aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/boot-ssh.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-06refactor boot configuration to a moduleFranck Cuny1-21/+0
We don't need the previous `hosts/common/system` configs anymore, as everything has been moved out. We keep some boot configuration for carmel in the host configuration for now, but I need to check why I don't have similar settings for tahoe (since I also need to unlock the host remotely).
2022-02-13hosts: unlock disks remotely on bootFranck Cuny1-0/+21
Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot.