fix nixos machines without hostPlatform

This commit is contained in:
Jörg Thalheim
2024-09-29 19:51:41 +02:00
parent 2e57a94e42
commit 294634ec62
5 changed files with 8 additions and 2 deletions

View File

@@ -20,13 +20,13 @@
environment.etc."install-successful".text = "ok";
nixpkgs.hostPlatform = "x86_64-linux";
boot.consoleLogLevel = lib.mkForce 100;
boot.kernelParams = [ "boot.shell_on_fail" ];
};
};
perSystem =
{
nodes,
pkgs,
lib,
...