aboutsummaryrefslogtreecommitdiff
path: root/modules/system/boot (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-08tahoe: move the initrd codeFranck Cuny1-31/+0
It's the only host that uses this code.
2023-05-02profiles/default: move stuff related to bootFranck Cuny1-12/+0
2023-04-29modules/boot: always clean up /tmp on bootFranck Cuny1-2/+1
2023-04-03hosts/carmel: reconfigure the host as a routerFranck Cuny1-1/+0
I'm not using it as a desktop, and the current router is getting old and will likely fail in the near future. It's also a debian machine configured manually, so let's reconfigure carmel as our new router. There are three NICs in the host: 2 are 10Gb and one is 1Gb. The 1Gb will be used as the upstream interface, and one of the 10Gb will be for the LAN. There are 2 VLANs to configure: one for IoT devices and one for guest.
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-06refactor boot configuration to a moduleFranck Cuny1-0/+44
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).