We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2138adf + 4eccb53 commit a0fe078Copy full SHA for a0fe078
nixos/modules/system/boot/systemd/tmpfiles.nix
@@ -29,10 +29,11 @@ let
29
};
30
31
default = {};
32
- type = attrsWith' "config-name" (attrsWith' "tmpfiles-type" (attrsWith' "path" (types.submodule ({ name, config, ... }: {
+ type = attrsWith' "config-name" (attrsWith' "path" (attrsWith' "tmpfiles-type" (types.submodule ({ name, config, ... }: {
33
options.type = mkOption {
34
type = types.str;
35
default = name;
36
+ defaultText = "‹tmpfiles-type›";
37
example = "d";
38
description = ''
39
The type of operation to perform on the file.
0 commit comments