6 lines
92 B
Nix
6 lines
92 B
Nix
{lib, ...}: {
|
|
options.system.persistDir = lib.mkOption {
|
|
type = lib.types.str;
|
|
};
|
|
}
|