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