feat: made datasets build
This commit is contained in:
parent
61eef3067e
commit
8aa984a389
4 changed files with 32 additions and 24 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue