+ollama
This commit is contained in:
parent
c93e9485f4
commit
944efe23ad
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, platform, ... }: {
|
||||
imports = [
|
||||
./disks.nix
|
||||
./ollama.nixzs
|
||||
../../common/modules/secureboot.nix
|
||||
../../common/modules/ssh-luks.nix
|
||||
../../common/services/openrazer.nix
|
||||
|
|
4
nixos/hosts/nixos-desktop/ollama.nix
Normal file
4
nixos/hosts/nixos-desktop/ollama.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ ollama ];
|
||||
networking.firewall.allowedTCPPorts = [ 11434 ];
|
||||
}
|
Loading…
Add table
Reference in a new issue