Commit graph

13 commits

Author SHA1 Message Date
9fbc6e83ba
world: init 2025-05-15 11:37:34 +02:00
fc1175b8a0 boot/module.nix: quiesce boot process 2025-04-21 21:22:52 +02:00
f037c63d84 boot/module.nix: cleanup, add plymouth 2025-04-20 17:09:40 +02:00
a5f955ff08 boot/module.nix: add timeout option
On desktop systems, it is convenient to have the timeout
at zero, and just spam space when trying to start
a previous generation. On servers however, it is preferable
to have some time to choose the generation, which is
quite convenient if you have to acess is remotely via a
web interface, which tend to be quite slow and unresponsive.
2025-04-18 14:50:32 +02:00
57f0154346 boot/module.nix: enable tmpFs 2025-04-11 11:56:15 +02:00
53aaa26fa1 flake: inherit explicitly from parts of lib
Instead of doing `inherit (lib) <something>``, all inherits now use
`inherit (lib.<subsystem>) <something>`, which is much nicer.
2025-04-09 16:13:31 +02:00
5783c1136e boot/module.nix: add timeout of 0 for the bootloader 2025-04-09 15:31:56 +02:00
9e94d074ff flake: set options for both grub and systemd-boot 2025-04-07 14:02:31 +02:00
35d64feda2
boot/module.nix: change plymouth theme 2025-04-06 21:43:36 +02:00
edaa90d993
boot/module.nix: switch to sytemd-boot 2025-04-06 21:22:56 +02:00
338fd14870
boot/module.nix: set configurationLimit to 5 2024-11-25 15:41:25 +01:00
05d41aaaf1
boot/module.nix: add funny configurationLimit 2024-11-01 13:51:38 +01:00
3c4bf8040c move to mkModuleTree for host configuration 2024-09-08 20:35:33 +02:00
Renamed from modules/system/boot/grub-boot.nix (Browse further)