it finally builds

This commit is contained in:
2025-12-07 01:12:57 -05:00
parent e048d4d5c7
commit 0cf5d70d20
10 changed files with 79 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
imports =
[
./hardware-configuration.nix
../../global/default.nix
../../modules/communication/default.nix
../../modules/creative/default.nix
../../modules/development/default.nix
@@ -27,11 +28,15 @@
networking.networkmanager.enable = true;
# Only computer I own that can actually run ollama, and I don't want to make an ai folder.
services.ollama = {
enable = true;
acceleration = "cuda";
host = "[::]";
};
# services.ollama = {
# enable = true;
# acceleration = "cuda";
# host = "[::]";
# };
environment.systemPackages = [
pkgs.ollama-cuda
];
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";