fix: move audiobookshelf hostname to common

This commit is contained in:
Noah Masur
2024-11-05 10:20:21 -05:00
parent 875054aa2c
commit e9a2ce6df3
2 changed files with 4 additions and 7 deletions

View File

@ -1,13 +1,6 @@
{ config, lib, ... }:
{
options = {
hostnames.audiobooks = lib.mkOption {
type = lib.types.str;
description = "Hostname for audiobook server (Audiobookshelf).";
};
};
config = lib.mkIf config.services.audiobookshelf.enable {
services.audiobookshelf = {