This commit is contained in:
parent
54954d6223
commit
54b43e4203
58 changed files with 224 additions and 242 deletions
|
@ -4,11 +4,11 @@ with lib;
|
|||
|
||||
let
|
||||
cfg = homelab.services.${service};
|
||||
homelab = config.features.homelab;
|
||||
homelab = config.homelab;
|
||||
service = "audiobookshelf";
|
||||
in
|
||||
{
|
||||
options.features.homelab.services.${service} = {
|
||||
options.homelab.services.${service} = {
|
||||
enable = mkEnableOption "Enable ${service}";
|
||||
|
||||
url = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue