This commit is contained in:
Asaki Yuki 2026-04-13 19:05:08 +07:00
parent 60cc7b5929
commit da7459efbb
8 changed files with 27 additions and 42 deletions

View file

@ -1,24 +0,0 @@
{ lib, ... }:
{
options.device.files = {
symlink = lib.mkOption {
default = { };
type = lib.types.attrsOf lib.types.str;
};
source = lib.mkOption {
default = { };
type = lib.types.attrsOf lib.types.path;
};
force = lib.mkOption {
default = { };
type = lib.types.attrsOf lib.types.bool;
};
mkForce = lib.mkOption {
default = { };
type = lib.types.attrsOf lib.types.bool;
};
};
}