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"; }