Move Audiobookshelf into containers subdirectory

This commit is contained in:
Gene Liverman 2024-04-08 09:11:13 -04:00
parent 579157fbf6
commit b839db1186
3 changed files with 34 additions and 27 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, username, ... }: {
imports = [
./hardware-configuration.nix
./audiobookshelf.nix
./containers/audiobookshelf.nix
./containers/nginx-proxy.nix
../../../system/common/linux/restic.nix
];