infrastructure/hosts/mirror.lewd.wtf/mirror/xslt_template.nix

9 lines
124 B
Nix
Raw Normal View History

2023-05-11 20:32:11 +00:00
{
environment.etc = {
"nginx/mirror.xslt" = {
source = ./xslt_template.xslt;
mode = "0444";
};
};
}