Compare commits
No commits in common. "53e5b4cc1a17311a3b3160c24cf304e8a613571c" and "c686e2dc1a87b108437485354770d981706a17d9" have entirely different histories.
53e5b4cc1a
...
c686e2dc1a
2 changed files with 1 additions and 7 deletions
1
home.nix
1
home.nix
|
|
@ -136,7 +136,6 @@ in {
|
|||
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
OLLAMA_BASE_URL = "http://void.hummingbird-stork.ts.net:11434";
|
||||
};
|
||||
|
||||
inherit username;
|
||||
|
|
|
|||
7
void.nix
7
void.nix
|
|
@ -153,12 +153,7 @@
|
|||
};
|
||||
systemd.timers."postgresqlBackup".unitConfig.Persistent = true;
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
# only allow tailscale access
|
||||
host = "100.70.78.2";
|
||||
};
|
||||
# minecraft TerraFirmaGreg server
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue