mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: komga acted weird
This commit is contained in:
parent
a90f19a590
commit
f4fa947b6f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
{ globals, lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
services.komga = {
|
services.komga = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 2872;
|
port = 2872;
|
||||||
stateDir = "/var/lib/komga";
|
stateDir = "/var/lib/komga";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
user = globals.user;
|
user = "liv";
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue