Commit e07f4b20e961

Vincent Demeester <vincent@sbr.pm>
2026-02-12 08:11:31
systems(okinawa): remove a few things for install.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f2e6136
Changed files (1)
systems
okinawa
systems/okinawa/extra.nix
@@ -10,8 +10,8 @@
     ../common/programs/git.nix
     ../common/programs/nix-ld.nix
     ../common/programs/tmux.nix
-    ../common/services/containers.nix
-    ../common/services/docker.nix
+    # ../common/services/containers.nix
+    # ../common/services/docker.nix
     ../common/services/prometheus-exporters-node.nix
   ];
 
@@ -25,7 +25,7 @@
 
   # Ollama for local LLM inference with dGPU
   services.ollama = {
-    enable = true;
+    enable = false; # Re-enable once installed
     package = pkgs.ollama-rocm; # ROCm support for AMD GPU
     host = "0.0.0.0";
     port = 11434;
@@ -74,6 +74,7 @@
     vulkan-tools # vulkaninfo
     rocmPackages.rocminfo
     asusctl # CLI for supergfxctl
+    supergfxctl
 
     # Development
     python3