From da58c0c703f11b4debad5ed04c0d9c70d8cc2038 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:06:59 +0000 Subject: [PATCH] make nixos happy because it wont let me --- hosts/sakopc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index a89c6b16..ef00e134 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -12,6 +12,8 @@ # ./hardware-configuration.nix ]; + # TAKE ME OUT DONT FORGET + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; # hostname networking.hostName = "sakopc";