mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
actual
This commit is contained in:
parent
af81929e76
commit
3a7d503b44
1 changed files with 7 additions and 2 deletions
|
|
@ -140,8 +140,13 @@ users.users.death916 = {
|
|||
|
||||
services.jellyfin.enable = true;
|
||||
|
||||
|
||||
|
||||
services.actual = {
|
||||
enable = true;
|
||||
dataDir = "/var/lib/actual-server"; # Default
|
||||
# port = 5006; # Default
|
||||
listenAddress = "0.0.0.0";
|
||||
};
|
||||
|
||||
|
||||
|
||||
# Sudo access for the wheel group (which death916 is part of)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue