Update SecureBoot on the Framework 16
This commit is contained in:
parent
7106a82755
commit
cd13911e5f
2 changed files with 5 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue