From 99f4ce35e7d2920923d262ae1e45da8991f89695 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 1 Apr 2023 15:44:46 +0200 Subject: [PATCH] Typo --- modules/nix/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 260ce90..6b77135 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -5,16 +5,15 @@ ... }: { nix = { - settings = { - optimise.automatic = true; - auto-optimise-store = true; + optimise.automatic = true; + settings = { + auto-optimise-store = true; trusted-users = [ "root" "ccr" "@wheel" ]; - # Disabled all the substituters, this should be managed at flakes level # trusted-public-keys = [ # "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="