+ollama
This commit is contained in:
parent
c93e9485f4
commit
944efe23ad
2 changed files with 5 additions and 0 deletions
nixos/hosts/nixos-desktop
|
@ -1,6 +1,7 @@
|
||||||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, platform, ... }: {
|
{ inputs, config, lib, pkgs, modulesPath, desktop, username, platform, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./disks.nix
|
./disks.nix
|
||||||
|
./ollama.nixzs
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/secureboot.nix
|
||||||
../../common/modules/ssh-luks.nix
|
../../common/modules/ssh-luks.nix
|
||||||
../../common/services/openrazer.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