setup ollama server with tailscale security
This commit is contained in:
parent
c686e2dc1a
commit
11ef001a78
1 changed files with 6 additions and 1 deletions
7
void.nix
7
void.nix
|
|
@ -153,7 +153,12 @@
|
|||
};
|
||||
systemd.timers."postgresqlBackup".unitConfig.Persistent = true;
|
||||
|
||||
# minecraft TerraFirmaGreg server
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
# only allow tailscale access
|
||||
host = "100.70.78.2";
|
||||
};
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue