diff --git a/homelab/kavita/default.nix b/homelab/kavita/default.nix new file mode 100644 index 0000000..f9a2727 --- /dev/null +++ b/homelab/kavita/default.nix @@ -0,0 +1,8 @@ +{ config, pkgs, lib, ... }: + +{ + services.kavita = { + enable = true; + # tokenKeyFile = "/home/aaronh/TokenKey"; # Update depending on the setup + }; +} diff --git a/hosts/x86_64/EDI/configuration.nix b/hosts/x86_64/edi/configuration.nix similarity index 100% rename from hosts/x86_64/EDI/configuration.nix rename to hosts/x86_64/edi/configuration.nix