Move Gitea, Immich and Jellyfin data to the media
...drive
This commit is contained in:
parent
85933f169e
commit
84e9fd1424
3 changed files with 9 additions and 1 deletions
nix/modules/nixos/features/homelab
|
@ -8,6 +8,8 @@ with lib;
|
|||
config = mkIf config.features.homelab.gitea.enable {
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
group = "media";
|
||||
stateDir = "/media/gitea";
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue