aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/boot.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-06refactor boot configuration to a moduleFranck Cuny1-16/+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-18boot: fix the prefixFranck Cuny1-1/+1
2022-02-18boot: reorganize and add commentsFranck Cuny1-0/+8
Most of the options for booting are common to all hosts.
2022-02-12hosts: rename commons to commonFranck Cuny1-0/+0
2022-02-12move configurations and modules aroundFranck Cuny1-0/+8
Sorry, this is a mess, hopefully the last one.