This commit is contained in:
Andrea Ciceri 2024-02-21 18:23:46 +01:00
parent 24ac5a642d
commit 92ca13b48c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -237,7 +237,7 @@ in {
}: {
networking.hostName = lib.mkForce hostname;
nixpkgs.overlays = config.overlays;
nixpkgs.hostPlatform = config.system;
# nixpkgs.hostPlatform = config.system;
})
"${self.outPath}/hosts/${hostname}"
];