aboutsummaryrefslogtreecommitdiff
path: root/hosts/oasis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/oasis/default.nix')
-rw-r--r--hosts/oasis/default.nix5
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";
}