Update SecureBoot on the Framework 16

This commit is contained in:
albert 2025-01-11 18:33:23 -08:00
parent 7106a82755
commit cd13911e5f
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 5 additions and 14 deletions

View file

@ -15,11 +15,11 @@
../../common/services/ollama.nix
];
# TODO: Fix this
environment.variables = {
MOZ_ENABLE_WAYLAND = 1;
NIXOS_OZONE_WL = "1";
};
# TODO: Fix this for all systems
# NOTE: https://github.com/nix-community/lanzaboote/issues/413
# boot.lanzaboote.pkiBundle = lib.mkForce "/var/lib/sbctl";
services.ollama.acceleration = "rocm";
services.ollama.package = pkgs.ollama-rocm;

View file

@ -14,15 +14,6 @@
];
services.ollama.acceleration = "cuda";
# TODO: Fix this
environment.variables = {
MOZ_ENABLE_WAYLAND = 1;
NIXOS_OZONE_WL = "1";
# __GL_YIELD = "usleep";
# KWIN_TRIPLE_BUFFER = 1;
};
services.displayManager.sddm = {
wayland.enable = true;
wayland.compositor = "kwin";