about summary refs log tree commit diff
path: root/configurations/eonwe
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2025-02-02 01:48:24 +0300
committerazahi <azat@bahawi.net>2025-02-02 01:48:24 +0300
commitba11ee8c7a130cebcf0b13640563ae748cef0e5f (patch)
tree86b8b52745708a49ca23486155726e02652745d2 /configurations/eonwe
parent2025-01-24 (diff)
2025-02-02
Diffstat (limited to 'configurations/eonwe')
-rw-r--r--configurations/eonwe/default.nix3
-rw-r--r--configurations/eonwe/ollama.nix3
2 files changed, 2 insertions, 4 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index 8ee224b..d9ae2bc 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -27,15 +27,12 @@ with lib;
     libvirtd.enable = true;
     mpd.enable = true;
     qutebrowser.enable = true;
-
-    hyprland.enable = true;
   };
 
   hm = {
     home.packages = with pkgs; [
       calibre
       inkscape
-      krita
       paper-plane
       qolibri
       radeontop
diff --git a/configurations/eonwe/ollama.nix b/configurations/eonwe/ollama.nix
index 45e6179..13ff300 100644
--- a/configurations/eonwe/ollama.nix
+++ b/configurations/eonwe/ollama.nix
@@ -27,13 +27,14 @@
 
   services = {
     ollama = {
+      # FIXME https://github.com/NixOS/nixpkgs/issues/376930
       enable = true;
 
       host = "0.0.0.0";
       port = 11434;
 
       acceleration = "rocm";
-      rocmOverrideGfx = "11.0.0";
+      rocmOverrideGfx = "11.0.0"; # RX 7800 XT
 
       environmentVariables.OLLAMA_ORIGINS = lib.concatStringsSep "," [
         "http://eonwe.shire.net:11434"

Consider giving Nix/NixOS a try! <3