From e56dab3c1fe415d9184f265cb447744c905a9ae9 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 29 May 2023 01:55:12 -0400 Subject: atlas: don't advertise amd64 support --- hosts/atlas/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/atlas/default.nix') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index af0243a..f228411 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -1,5 +1,6 @@ { config, + lib, pkgs, ... }: { @@ -39,7 +40,10 @@ hostName = "atlas"; }; - nix.settings.trusted-users = ["bob"]; + nix.settings = { + extra-platforms = lib.mkForce ""; + trusted-users = ["bob"]; + }; system.stateVersion = "22.11"; -- cgit v1.2.3