added more notes about continue configuration

This commit is contained in:
Leyla Becker 2025-05-24 23:27:11 -05:00
parent 77ab4781ac
commit 3f88b989d1
4 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,7 @@
config = lib.mkMerge [
{
services.ollama = {
# TODO: these should match whats set in the users file
group = "ollama";
user = "ollama";
};