Merge pull request #280232 from jmbaur/sysupdate-example-fix

nixos/sysupdate: fix example text

authored by Will Fancher and committed by GitHub bf54848f 66e3ec7d

+1 -1
+1 -1
nixos/modules/system/boot/systemd/sysupdate.nix
··· 71 type = with lib.types; attrsOf format.type; 72 default = { }; 73 example = { 74 - "10-uki.conf" = { 75 Transfer = { 76 ProtectVersion = "%A"; 77 };
··· 71 type = with lib.types; attrsOf format.type; 72 default = { }; 73 example = { 74 + "10-uki" = { 75 Transfer = { 76 ProtectVersion = "%A"; 77 };