Explicitly name file

This commit is contained in:
Michael Huebner 2025-06-16 15:01:53 +02:00
parent aca0456568
commit 90bf07ec8f

View file

@ -37,7 +37,7 @@ in
];
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom";
ExecStart = "${pkgs.coreutils}/bin/cp ${./home.tmpl} /var/lib/forgejo/custom/home.tmpl";
};
};
};