9 lines
124 B
Nix
9 lines
124 B
Nix
|
{
|
||
|
environment.etc = {
|
||
|
"nginx/mirror.xslt" = {
|
||
|
source = ./xslt_template.xslt;
|
||
|
mode = "0444";
|
||
|
};
|
||
|
};
|
||
|
}
|