users/services: remove oneshot
service type
This commit is contained in:
@@ -256,7 +256,7 @@ in
|
|||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${cfg.package}/bin/sway";
|
ExecStart = "${cfg.package}/bin/sway";
|
||||||
Type = "oneshot";
|
Type = "simple";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -43,7 +43,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
serviceConfig.Type = mkOption {
|
serviceConfig.Type = mkOption {
|
||||||
type = types.enum [ "dbus" "oneshot" "simple" ];
|
type = types.enum [ "dbus" "simple" ];
|
||||||
};
|
};
|
||||||
serviceConfig.ExecStart = mkOption {
|
serviceConfig.ExecStart = mkOption {
|
||||||
type = types.nullOr (types.coercedTo types.package toString types.str);
|
type = types.nullOr (types.coercedTo types.package toString types.str);
|
||||||
|
Reference in New Issue
Block a user