dir needs to be a string

This commit is contained in:
2025-06-12 19:32:34 -05:00
parent 78126ac04c
commit 682c4fe647
+1 -1
View File
@@ -57,7 +57,7 @@
users.users.minio = {
isSystemUser = true;
group = "minio";
home = opts.dataDir;
home = "${opts.dataDir}";
};
systemd.services.minio = {