change cross compile

This commit is contained in:
Patrick Neff 2025-01-08 00:40:39 +01:00
parent 965ae8944d
commit 35c1cedbe3
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ in
Before = [ "haproxy.service" ];
})) haproxy.domains;
nixpkgs.crossSystem = {
# target platform
system = "riscv64-linux";
};
networking = {
inherit (vars) hostName domain;
};