We need to set the `Access-Control-Allow-Origin` header in order to upload gcode with XHR
10 lines
140 B
Nix
10 lines
140 B
Nix
{
|
|
imports = [
|
|
./asterisk.nix
|
|
./dnsmasq.nix
|
|
./dyndns.nix
|
|
./labsync
|
|
./laserkutter.nix
|
|
./unifi-controller.nix
|
|
];
|
|
}
|