gitea: save state under /persist
This commit is contained in:
parent
c854e10980
commit
a1c5832a51
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
environment.systemPackages = [ pkgs.gitea ];
|
||||
|
||||
hexchen.bindmounts."/var/lib/gitea" = "/persist/gitea";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
networking.firewall.enable = false;
|
||||
networking.defaultGateway = {
|
||||
|
|
Loading…
Reference in a new issue