Skip to content

Commit

Permalink
nixos/sysupdate: fix example text
Browse files Browse the repository at this point in the history
The example systemd-sysupdate transfer name has a ".conf" suffix,
although the files on the final system are already appended with this
suffix, so the file ends up being "transfer-name.conf.conf". Remove the
suffix in the example so that users will get a transfer filename they
expect.
  • Loading branch information
jmbaur committed Jan 11, 2024
1 parent 5017e84 commit d177e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/systemd/sysupdate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ in
type = with lib.types; attrsOf format.type;
default = { };
example = {
"10-uki.conf" = {
"10-uki" = {
Transfer = {
ProtectVersion = "%A";
};
Expand Down

0 comments on commit d177e2e

Please sign in to comment.