Skip to content

Commit

Permalink
nixos/tmpfiles: fix docs (#381982)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz authored Feb 14, 2025
2 parents 2138adf + 4eccb53 commit a0fe078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/system/boot/systemd/tmpfiles.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ let
};
};
default = {};
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, ... }: {
options.type = mkOption {
type = types.str;
default = name;
defaultText = "‹tmpfiles-type›";
example = "d";
description = ''
The type of operation to perform on the file.
Expand Down

0 comments on commit a0fe078

Please sign in to comment.