aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/boot.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-08delete configuration for old machinesFranck Cuny1-30/+0
These machines are gone, no need to keep the configuration around.
2023-05-09hosts/tahoe: fix boot configurationFranck Cuny1-1/+1
2023-05-08tahoe: move the initrd codeFranck Cuny1-4/+14
It's the only host that uses this code.
2023-04-29modules/boot: always clean up /tmp on bootFranck Cuny1-1/+0
2023-01-10feat(hosts/tahoe): rotate the screen 90 degreeFranck Cuny1-2/+6
The machine is connected to a rotated screen.
2022-04-09tahoe: enable network with early bootFranck Cuny1-2/+5
So we can unlock the disks remotely.
2022-04-06refactor boot configuration to a moduleFranck Cuny1-0/+14
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).