···6565 '';
6666 };
67676868+ name = lib.mkOption {
6969+ type = lib.types.str;
7070+ description = ''
7171+ The name of this systemd unit, including its extension.
7272+ This can be used to refer to this unit from other systemd units.
7373+ '';
7474+ };
7575+6876 overrideStrategy = mkOption {
6977 default = "asDropinIfExists";
7078 type = types.enum [ "asDropinIfExists" "asDropin" ];