hosts: nixos: porthos: services: enable homebox
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
1dd1dbb917
commit
bd55ecc016
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ in
|
||||||
passwordFile = secrets."forgejo/mail-password".path;
|
passwordFile = secrets."forgejo/mail-password".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Home inventory
|
||||||
|
homebox = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
# Jellyfin media server
|
# Jellyfin media server
|
||||||
jellyfin.enable = true;
|
jellyfin.enable = true;
|
||||||
# Gitea mirrorig service
|
# Gitea mirrorig service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue