From 9fc56e6dfaac754b832c269b104f1cc86c730792 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:00:39 -0700 Subject: [PATCH] hostPlatform --- systems/NOcomputer.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index 72a0cea..787744d 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -24,5 +24,6 @@ noto-fonts-emoji ]; - networking.hostname = "NOcomputer"; + nixpkgs.hostPlatform = "x86_64-linux"; + networking.hostName = "NOcomputer"; }