set kidney hostPlatform.system

This commit is contained in:
xunuwu 2024-09-13 08:43:44 +02:00
parent d293d66678
commit 3d93e9b72c
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
imports = [
./wsl.nix
./hardware.nix
];
networking.hostName = "kidney";

View file

@ -0,0 +1,3 @@
{
nixpkgs.hostPlatform.system = "x86_64-linux";
}