manatee: nixfmt
This commit is contained in:
@@ -10,11 +10,13 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf enabled {
|
||||
mod.homepage.services = [{
|
||||
name = "Calibre-Web";
|
||||
port = 8083;
|
||||
description = "E-book library";
|
||||
}];
|
||||
mod.homepage.services = [
|
||||
{
|
||||
name = "Calibre-Web";
|
||||
port = 8083;
|
||||
description = "E-book library";
|
||||
}
|
||||
];
|
||||
|
||||
services = {
|
||||
calibre-web = {
|
||||
|
||||
Reference in New Issue
Block a user