Skip to content

Commit a0fe078

Browse files
authored
nixos/tmpfiles: fix docs (#381982)
2 parents 2138adf + 4eccb53 commit a0fe078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos/modules/system/boot/systemd/tmpfiles.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ let
2929
};
3030
};
3131
default = {};
32-
type = attrsWith' "config-name" (attrsWith' "tmpfiles-type" (attrsWith' "path" (types.submodule ({ name, config, ... }: {
32+
type = attrsWith' "config-name" (attrsWith' "path" (attrsWith' "tmpfiles-type" (types.submodule ({ name, config, ... }: {
3333
options.type = mkOption {
3434
type = types.str;
3535
default = name;
36+
defaultText = "‹tmpfiles-type›";
3637
example = "d";
3738
description = ''
3839
The type of operation to perform on the file.

0 commit comments

Comments
 (0)