service/llm: init
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-03-02 22:29:49 +01:00
parent 8417c46a6d
commit 610b684b34
3 changed files with 28 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in
sshKeyFile = secrets."borgbackup/ssh_key".path;
paths = [ "/" ];
};
llm.enable = true;
vpn.enable = true;
};
}