commit 48a8d7bb100f097fd9b92740174d67285072bf1c parent 00735b8b2e69e5c2e310a0c0de89180f50f9407e Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 12 Aug 2023 15:28:00 +0200 Fix Diffstat:
| M | nixos/worker-1/configuration.nix | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -41,12 +41,6 @@ # Disable if you don't want unfree packages allowUnfree = true; }; - - localSystem = { - #gcc.arch = "skylake"; - #gcc.tune = "skylake"; - system = "aarch64-linux"; - }; }; nix = {