about summary refs log tree commit diff
path: root/hosts/common/system/boot-ssh.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor boot configuration to a moduleFranck Cuny2022-04-061-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).
* hosts: unlock disks remotely on bootFranck Cuny2022-02-131-0/+21
Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot.