From 9aa3ab5d41529942126e18dc91254bbf6babe526 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Fri, 16 Aug 2024 02:03:02 +0300 Subject: [PATCH] feat(system): add myself as trusted user for nix --- system/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/common.nix b/system/common.nix index 44a22cd..82edd1a 100644 --- a/system/common.nix +++ b/system/common.nix @@ -45,6 +45,7 @@ in nixpkgs.config.allowUnfree = true; nix = { settings = { + trusted-users = [ "andrey" ]; experimental-features = [ "nix-command" "flakes" ]; flake-registry = ""; nix-path = config.nix.nixPath;