syntax fix
This commit is contained in:
@@ -422,6 +422,9 @@ in
|
|||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
extraPackages = [
|
||||||
|
config.pkgs.step-cli
|
||||||
|
];
|
||||||
systemd = {
|
systemd = {
|
||||||
description = "Automatic mTLS renewal service";
|
description = "Automatic mTLS renewal service";
|
||||||
documentation = [
|
documentation = [
|
||||||
@@ -431,6 +434,7 @@ in
|
|||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
serviceConfig.Type = lib.mkDefault "oneshot";
|
serviceConfig.Type = lib.mkDefault "oneshot";
|
||||||
|
# serviceConfig.ExecCondition = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user