diff options
Diffstat (limited to 'hosts/profiles')
-rw-r--r-- | hosts/profiles/nas.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix index bcc221c..112eda7 100644 --- a/hosts/profiles/nas.nix +++ b/hosts/profiles/nas.nix @@ -27,6 +27,10 @@ unifi = { enable = true; }; prometheus = { enable = true; }; grafana = { enable = true; }; + gitea = { + enable = true; + stateDir = "/var/lib/gitea"; + }; }; services.restic.backups = { |