Fix?
This commit is contained in:
parent
20ccbbf3b2
commit
d94df39afa
1 changed files with 1 additions and 2 deletions
|
@ -237,8 +237,7 @@ in {
|
||||||
}: {
|
}: {
|
||||||
networking.hostName = lib.mkForce hostname;
|
networking.hostName = lib.mkForce hostname;
|
||||||
nixpkgs.overlays = config.overlays;
|
nixpkgs.overlays = config.overlays;
|
||||||
# nixpkgs.hostPlatform = config.system;
|
nixpkgs.hostPlatform = config.system;
|
||||||
nixpkgs.hostPlatform = "x86_64-darwin";
|
|
||||||
})
|
})
|
||||||
"${self.outPath}/hosts/${hostname}"
|
"${self.outPath}/hosts/${hostname}"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue