Update laptop
This commit is contained in:
parent
47ffed019c
commit
6c70fd6485
1 changed files with 7 additions and 3 deletions
|
@ -9,12 +9,16 @@
|
|||
../../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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue