mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 00:20:13 +00:00
setup actualbudget service
This commit is contained in:
@ -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).";
|
||||
|
Reference in New Issue
Block a user