Extend path

This commit is contained in:
Michael Huebner 2025-06-16 13:22:24 +02:00
parent 926844cd1a
commit 26e8f736ea

View file

@ -32,9 +32,12 @@ in
copytmpl = {
enable = true;
path = [ pkgs.nix ];
path = [
pkgs.nix
"/run/current-system/sw"
];
serviceConfig = {
Type = "oneshot";
Type = "simple";
ExecStart = "/usr/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
};
};