update forgejo permanence path
This commit is contained in:
parent
52a0da8ff4
commit
661e32eba4
1 changed files with 3 additions and 0 deletions
|
@ -87,5 +87,8 @@ in
|
|||
mode = "400";
|
||||
restartUnits = [ "forgejo.service" ];
|
||||
};
|
||||
environment.persistence."${config.mySystem.system.impermanence.persistPath}" = lib.mkIf config.mySystem.system.impermanence.enable {
|
||||
directories = [ "/var/lib/forgejo" ];
|
||||
};
|
||||
};
|
||||
}
|
Reference in a new issue