From cf45f5af78ae409935b39674069dbd444309824a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 20 Mar 2020 09:05:01 +0000 Subject: [PATCH] Allow user to use (nix) sandbox --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 80cf286..bb8395f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,6 +55,7 @@ in { system.stateVersion = "19.09"; + nix.trustedUsers = [ "user" ]; nix.optimise.automatic = true; nix.gc.automatic = true; nix.gc.options = "--delete-older-than 7d";