diff options
| author | adikro <adikro@disroot.org> | 2025-12-11 21:34:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-11 21:34:35 +0100 |
| commit | ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (patch) | |
| tree | 8d2ffc8d291bea812788cbd75870e86e0a2e4af4 /modules | |
| parent | 6920fa481c927b1ec6735a00bab31f77cb00e961 (diff) | |
i should probably start tracking what i do
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/boot.nix | 4 | ||||
| -rw-r--r-- | modules/ollama.nix | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/modules/boot.nix b/modules/boot.nix index dab324a..9a90734 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -17,7 +17,7 @@ "video=DP-1:2560x1440@240" "quiet" ]; - # kernelPackages = pkgs.linuxPackages_cachyos-lto-znver4; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_cachyos-lto-znver4; + # kernelPackages = pkgs.linuxPackages_latest; }; } diff --git a/modules/ollama.nix b/modules/ollama.nix index be032c2..0989419 100644 --- a/modules/ollama.nix +++ b/modules/ollama.nix @@ -18,5 +18,4 @@ user = "ollama"; models = "/models"; }; - services.nextjs-ollama-llm-ui.enable = true; } |
