feat: remove ollama from home
This commit is contained in:
parent
085bdaf84e
commit
41a704c506
@ -21,7 +21,7 @@
|
||||
networking.nftables.enable = true;
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedTCPPorts = [ 22 3000 3001 ];
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
};
|
||||
|
||||
@ -35,7 +35,6 @@
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
||||
nix = {
|
||||
optimise = {
|
||||
automatic = true;
|
||||
|
@ -15,11 +15,6 @@
|
||||
services.hyprpolkitagent.enable = true;
|
||||
services.cliphist.enable = true;
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
port = 11434;
|
||||
};
|
||||
|
||||
imports = [
|
||||
(import ../modules/zsh.nix)
|
||||
|
Loading…
Reference in New Issue
Block a user