mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
nixos/state/paths: update value type
This commit is contained in:
parent
6cf57d14cf
commit
dabebb5f1d
@ -6,7 +6,7 @@
|
||||
directoriesSubmodule = { lib, ... }: {
|
||||
options = {
|
||||
paths = lib.mkOption {
|
||||
type = with lib.types; attrsOf (listOf str);
|
||||
type = with lib.types; attrsOf (either path (listOf str));
|
||||
description = ''
|
||||
A set of directories to share its value to various parts of the
|
||||
system.
|
||||
|
Loading…
Reference in New Issue
Block a user