diff options
Diffstat (limited to 'hosts/oasis')
-rw-r--r-- | hosts/oasis/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/oasis/default.nix b/hosts/oasis/default.nix index 8ef44f9..5b849fb 100644 --- a/hosts/oasis/default.nix +++ b/hosts/oasis/default.nix @@ -47,5 +47,10 @@ ]; }; + services.zquota = { + enable = true; + quotas = { "tank/sftpgo" = 512; }; + }; + services.sftpgo.dataDir = "/tank/sftpgo"; } |