This commit is contained in:
2026-01-30 17:04:38 -05:00
parent f8aa53b026
commit c16526eabf
4 changed files with 13 additions and 5 deletions

View File

@@ -41,8 +41,14 @@
# This is here because I don't have another computer that could run local AI, and regardless the packages would be different on every one.
environment.systemPackages = with pkgs; [
ollama-cuda
opencode
];
services.ollama = {
enable = true;
package = pkgs.ollama-cuda;
};
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";
@@ -113,7 +119,7 @@
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall.enable = false;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you

View File

@@ -5,5 +5,6 @@
jami
element-desktop
signal-desktop
praat
];
}

View File

@@ -3,5 +3,6 @@
environment.systemPackages = with pkgs; [
vscode
antigravity # Free Gemini 3 credits was too good of an offer to not take up, even if it requires selling my soul.
chromium
];
}