change cross compile
This commit is contained in:
parent
965ae8944d
commit
35c1cedbe3
|
|
@ -35,6 +35,11 @@ in
|
||||||
Before = [ "haproxy.service" ];
|
Before = [ "haproxy.service" ];
|
||||||
})) haproxy.domains;
|
})) haproxy.domains;
|
||||||
|
|
||||||
|
nixpkgs.crossSystem = {
|
||||||
|
# target platform
|
||||||
|
system = "riscv64-linux";
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
inherit (vars) hostName domain;
|
inherit (vars) hostName domain;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue