diff --git a/modules/nixos/services/audiobookshelf/default.nix b/modules/nixos/services/audiobookshelf/default.nix index 14bde53..fd05707 100644 --- a/modules/nixos/services/audiobookshelf/default.nix +++ b/modules/nixos/services/audiobookshelf/default.nix @@ -1,6 +1,6 @@ { flake, config, ... }: let - inherit (flake.config.instances) audiobookshelf web; + inherit (flake.config.services.instances) audiobookshelf web; service = audiobookshelf; host = "${service.subdomain}.${web.domains.url0}"; localhost = web.localhost.address0; @@ -30,7 +30,6 @@ in systemd.tmpfiles.rules = [ "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -" - "Z ${service.sops.path0} 755 ${service.name} ${service.name} -" ]; networking = {