Enable secure boot.

This commit is contained in:
Tom Alexander
2024-12-22 10:58:01 -05:00
parent 748e6dee68
commit 5d23126205
5 changed files with 294 additions and 34 deletions

View File

@@ -8,6 +8,8 @@
{
imports = [ ];
# TODO: Read https://bbs.archlinux.org/viewtopic.php?pid=2209507#p2209507 and apply desired settings.
environment.systemPackages = with pkgs; [
(chromium.override { enableWideVine = true; })
];