diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-16 21:55:33 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-16 21:55:33 +0700 |
| commit | 7dd785b1005aec643004c06eaa7af690b00cb48f (patch) | |
| tree | bd8700ef4dfb8c0a1315f4eb41784d1d4ba43001 /nixos/modules/system/boot/default.nix | |
| parent | 100094fe8b9398c083fa6351925a00f5b3a9d36a (diff) | |
.
Diffstat (limited to 'nixos/modules/system/boot/default.nix')
| -rw-r--r-- | nixos/modules/system/boot/default.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nixos/modules/system/boot/default.nix b/nixos/modules/system/boot/default.nix deleted file mode 100644 index 54cb1e6..0000000 --- a/nixos/modules/system/boot/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ pkgs, ... }: - -{ - # systemd-boot on UEFI - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - # EDID firmware (monitor identity) is exposed to the kernel as firmware so - # the display can be driven at its native resolution; mi_edid.bin lives at - # the repo root next to hardware-configuration.nix. - # NOTE: the matching --kernel-params (drm.edid_firmware / video=) are kept - # commented out because they hard-pin a specific DP output name. - hardware.firmware = [ - (pkgs.runCommand "custom-edid" {} '' - mkdir -p $out/lib/firmware/edid - cp ${../../../mi_edid.bin} $out/lib/firmware/edid/mi_edid.bin - '') - ]; -}
\ No newline at end of file |
