update oren

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-24 07:52:06 -05:00
parent 8f6926b2ff
commit 524dda7dae
2 changed files with 29 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../common";
@ -13,6 +13,7 @@
outputs =
{
nixpkgs,
nixpkgs-unstable,
common,
ros_neovim,
...
@ -42,6 +43,12 @@
qdirstat
];
services.ollama = {
enable = true;
package = nixpkgs-unstable.legacyPackages.x86_64-linux.ollama;
acceleration = "rocm"; # cuda for NVIDA; rocm for amd; false/default for neither
};
ringofstorms_common = {
systemName = configuration_name;
boot.systemd.enable = true;