calibre again
This commit is contained in:
parent
0fed994fe2
commit
9b4af09f47
3 changed files with 6 additions and 11 deletions
5
modules/server/calibre.nix
Normal file
5
modules/server/calibre.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }: {
|
||||||
|
services.calibre-server = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# ./access-point.nix
|
# ./access-point.nix
|
||||||
|
./calibre.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow ssh access
|
# Allow ssh access
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
jellyfin
|
|
||||||
jellyfin-web
|
|
||||||
jellyfin-ffmpeg
|
|
||||||
];
|
|
||||||
|
|
||||||
services.jellyfin = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue