calibre again

This commit is contained in:
twoneis 2024-03-02 17:52:43 +01:00
parent 0fed994fe2
commit 9b4af09f47
3 changed files with 6 additions and 11 deletions

View file

@ -0,0 +1,5 @@
{ ... }: {
services.calibre-server = {
enable = true;
};
}

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
# ./access-point.nix # ./access-point.nix
./calibre.nix
]; ];
# Allow ssh access # Allow ssh access

View file

@ -1,11 +0,0 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
jellyfin
jellyfin-web
jellyfin-ffmpeg
];
services.jellyfin = {
enable = true;
};
}