world: init

This commit is contained in:
Bloxx12 2025-05-15 11:22:57 +02:00
commit 9fbc6e83ba
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
9 changed files with 192 additions and 2 deletions

View file

@ -4,7 +4,7 @@
pkgs,
...
}: let
inherit (lib.modules) mkForce;
inherit (lib.modules) mkForce mkDefault;
inherit (lib.options) mkOption mkEnableOption;
inherit (lib.types) int;
@ -52,7 +52,7 @@ in {
};
loader = {
efi.canTouchEfiVariables = true;
timeout = cfg.timeout;
timeout = mkDefault cfg.timeout;
systemd-boot = {
enable = cfg.systemd-boot.enable;
# INFO: Leaving this enabled is a security vulneratibility,