summary refs log tree commit diff
path: root/profiles/gentoo.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-04 14:09:03 +0200
committertzlil <tzlils@protonmail.com>2023-02-04 14:09:03 +0200
commit100d37bbf51545fd8c258059e3c947d9ce51fd60 (patch)
treed85ec25a71666002be1b02066efbc16c0c0e7177 /profiles/gentoo.nix
parentd9317de584c66b068a336889aa9adc3ac3837e5e (diff)
changed password age to hash, add disko configuration for use with nixos-anywhere
Diffstat (limited to 'profiles/gentoo.nix')
-rw-r--r--profiles/gentoo.nix2
1 files changed, 1 insertions, 1 deletions
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;