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
|
../../common/services/ollama.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: Fix this
|
# TODO: Fix this for all systems
|
||||||
environment.variables = {
|
# NOTE: https://github.com/nix-community/lanzaboote/issues/413
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
|
||||||
NIXOS_OZONE_WL = "1";
|
# boot.lanzaboote.pkiBundle = lib.mkForce "/var/lib/sbctl";
|
||||||
};
|
|
||||||
services.ollama.acceleration = "rocm";
|
services.ollama.acceleration = "rocm";
|
||||||
services.ollama.package = pkgs.ollama-rocm;
|
services.ollama.package = pkgs.ollama-rocm;
|
||||||
|
|
||||||
|
|
|
@ -14,15 +14,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.ollama.acceleration = "cuda";
|
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 = {
|
services.displayManager.sddm = {
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
wayland.compositor = "kwin";
|
wayland.compositor = "kwin";
|
||||||
|
|
Loading…
Reference in a new issue