Adding komga
This commit is contained in:
parent
c59525664c
commit
4758e884b9
2 changed files with 24 additions and 0 deletions
13
modules/server/nayru/default.nix
Normal file
13
modules/server/nayru/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.komga = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
port = 44302;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue