feat: made datasets build

This commit is contained in:
Leyla Becker 2025-11-10 15:49:12 -06:00
parent 61eef3067e
commit 8aa984a389
4 changed files with 32 additions and 24 deletions

View file

@ -14,14 +14,14 @@ args @ {lib, ...}: {name, ...}: let
owner = {
name = lib.mkOption {
type = lib.types.str;
default = "nouser";
default = "root";
};
permissions = pathPermissions;
};
group = {
name = lib.mkOption {
type = lib.types.str;
default = "nogroup";
default = "root";
};
permissions = pathPermissions;
};