nest
This commit is contained in:
parent
cdb383cdf1
commit
7876f5dcd1
1 changed files with 3 additions and 3 deletions
|
|
@ -117,9 +117,9 @@ in
|
|||
after = [ "minio.service" ];
|
||||
requires = [ "minio.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [
|
||||
pkgs.getent
|
||||
pkgs.minio-client
|
||||
path = with pkgs; [
|
||||
getent
|
||||
minio-client
|
||||
];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue