setup actualbudget service

This commit is contained in:
Noah Masur
2024-12-26 21:49:24 +00:00
parent 1cb5827438
commit 6d8fb63d54
6 changed files with 77 additions and 2 deletions

View File

@ -86,6 +86,10 @@
type = lib.types.str;
description = "Hostname for audiobook server (Audiobookshelf).";
};
budget = lib.mkOption {
type = lib.types.str;
description = "Hostname for budgeting server (ActualBudget).";
};
files = lib.mkOption {
type = lib.types.str;
description = "Hostname for files server (Filebrowser).";