Test coreutils
This commit is contained in:
parent
54966e3417
commit
aca0456568
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
|||
];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||
ExecStart = "${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue