nix-config/modules2/hosts/t480/ollama.nix
Oliver Davies 865c60d557
All checks were successful
/ check (push) Successful in 1m45s
Make more things desktop only
2025-07-31 19:48:30 +01:00

3 lines
65 B
Nix

{
flake.modules.nixos.desktop.services.ollama.enable = true;
}