add calibre-web
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
356610b48d
commit
6028db440a
@ -43,6 +43,16 @@
|
|||||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
calibre-web = {
|
||||||
|
enable = true;
|
||||||
|
listen = {
|
||||||
|
ip = "127.0.0.1";
|
||||||
|
};
|
||||||
|
options = {
|
||||||
|
calibreLibrary = "/var/lib/calibre-server";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
gvfs.enable = true;
|
||||||
|
|
||||||
fwupd = {
|
fwupd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
calibre
|
calibre
|
||||||
# calibre dedrm?
|
# calibre dedrm?
|
||||||
candy-icons
|
candy-icons
|
||||||
cinnamon.nemo
|
cinnamon.nemo-with-extensions
|
||||||
croc
|
croc
|
||||||
deadnix
|
deadnix
|
||||||
direnv
|
direnv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user