Update framework16
This commit is contained in:
parent
6c70fd6485
commit
0addf73100
1 changed files with 7 additions and 2 deletions
|
@ -9,12 +9,17 @@
|
||||||
../../common/modules/udev-rules.nix
|
../../common/modules/udev-rules.nix
|
||||||
# ../../common/modules/yubikey-auth.nix
|
# ../../common/modules/yubikey-auth.nix
|
||||||
../../common/modules/builder.nix
|
../../common/modules/builder.nix
|
||||||
../../common/services/podman.nix
|
# ../../common/services/podman.nix
|
||||||
../../common/services/geoclue.nix
|
../../common/services/geoclue.nix
|
||||||
../../common/services/syncthing.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.acceleration = "rocm";
|
||||||
services.ollama.package = pkgs.ollama-rocm;
|
services.ollama.package = pkgs.ollama-rocm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue