Compare commits
2 commits
c686e2dc1a
...
53e5b4cc1a
| Author | SHA1 | Date | |
|---|---|---|---|
| 53e5b4cc1a | |||
| 11ef001a78 |
2 changed files with 7 additions and 1 deletions
1
home.nix
1
home.nix
|
|
@ -136,6 +136,7 @@ in {
|
|||
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
OLLAMA_BASE_URL = "http://void.hummingbird-stork.ts.net:11434";
|
||||
};
|
||||
|
||||
inherit username;
|
||||
|
|
|
|||
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