From 100d37bbf51545fd8c258059e3c947d9ce51fd60 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 4 Feb 2023 14:09:03 +0200 Subject: changed password age to hash, add disko configuration for use with nixos-anywhere --- profiles/gentoo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/gentoo.nix') diff --git a/profiles/gentoo.nix b/profiles/gentoo.nix index 67f7e78..6747ba6 100644 --- a/profiles/gentoo.nix +++ b/profiles/gentoo.nix @@ -3,7 +3,7 @@ { imports = []; config = { - nativeStdenv = prev.stdenvAdapters.withCFlags [ "-O3" "-pipe" "-mcpu=apple-m1" ] + nativeStdenv = prev.stdenvAdapters.withCFlags [ "-O3" "-pipe" "-march=native" ] (prev.overrideCC prev.llvmPackages_latest.stdenv (prev.wrapCCWith rec { cc = prev.llvmPackages_latest.clang-unwrapped; -- cgit 1.4.1