Compare commits

..

2 Commits

Author SHA1 Message Date
148a404283 Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3 2026-01-30 17:05:05 -05:00
c16526eabf ya 2026-01-30 17:04:38 -05:00
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
];
}