Extend path
This commit is contained in:
parent
926844cd1a
commit
26e8f736ea
1 changed files with 5 additions and 2 deletions
|
@ -32,9 +32,12 @@ in
|
||||||
copytmpl = {
|
copytmpl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
path = [ pkgs.nix ];
|
path = [
|
||||||
|
pkgs.nix
|
||||||
|
"/run/current-system/sw"
|
||||||
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "simple";
|
||||||
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
|
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue