feat: audiobookshelf test

This commit is contained in:
Nick 2025-03-18 22:04:33 -05:00
parent 04317ca6d8
commit abdcb547da

View file

@ -1,6 +1,6 @@
{ flake, config, ... }: { flake, config, ... }:
let let
inherit (flake.config.instances) audiobookshelf web; inherit (flake.config.services.instances) audiobookshelf web;
service = audiobookshelf; service = audiobookshelf;
host = "${service.subdomain}.${web.domains.url0}"; host = "${service.subdomain}.${web.domains.url0}";
localhost = web.localhost.address0; localhost = web.localhost.address0;
@ -30,7 +30,6 @@ in
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 0755 ${service.name} ${service.name} -" "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
"Z ${service.sops.path0} 755 ${service.name} ${service.name} -"
]; ];
networking = { networking = {