set kidney hostPlatform.system
This commit is contained in:
parent
d293d66678
commit
3d93e9b72c
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./wsl.nix
|
./wsl.nix
|
||||||
|
./hardware.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "kidney";
|
networking.hostName = "kidney";
|
||||||
|
|
3
hosts/kidney/hardware.nix
Normal file
3
hosts/kidney/hardware.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
nixpkgs.hostPlatform.system = "x86_64-linux";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue