fix(calibre-web): switch to available port
This commit is contained in:
parent
1be9e71576
commit
a871a42a69
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let port = 8083;
|
let port = 8088;
|
||||||
in {
|
in {
|
||||||
services.calibre-web = {
|
services.calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue