Update framework16

This commit is contained in:
albert 2025-01-09 04:32:01 +01:00
parent 6c70fd6485
commit 0addf73100
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -9,12 +9,17 @@
../../common/modules/udev-rules.nix
# ../../common/modules/yubikey-auth.nix
../../common/modules/builder.nix
../../common/services/podman.nix
# ../../common/services/podman.nix
../../common/services/geoclue.nix
../../common/services/syncthing.nix
../../common/services/ollama.nix
# ../../common/services/ollama.nix
];
# TODO: Fix this
environment.variables = {
MOZ_ENABLE_WAYLAND = 1;
NIXOS_OZONE_WL = "1";
};
services.ollama.acceleration = "rocm";
services.ollama.package = pkgs.ollama-rocm;