From bd14ee0a68e1560c6b8ff8858a23a4f49bf902fc Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 11 Apr 2021 18:42:32 -0400 Subject: [PATCH] update himalaya; nix trust --- flake.lock | 6 +++--- hosts/p71.nix | 1 + hosts/x1c7.nix | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 5a68691..1628268 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1617992288, - "narHash": "sha256-gzpVOOAr7lFnl2vUG/zE6XD+knBl+VoUYYjrT7phQxI=", + "lastModified": 1618180539, + "narHash": "sha256-xn3XQ5vikgMWtDsHntlQUQpbSPyFE9VXFcNNUziVm6o=", "owner": "srid", "repo": "himalaya", - "rev": "8ce57493b5fd4bbc420f4631205d09160008ff11", + "rev": "034aaea2aa166c7983654b4c15b58a49648a13a7", "type": "github" }, "original": { diff --git a/hosts/p71.nix b/hosts/p71.nix index 89059d4..5547433 100644 --- a/hosts/p71.nix +++ b/hosts/p71.nix @@ -40,6 +40,7 @@ extraOptions = '' experimental-features = nix-command flakes ''; + trustedUsers = [ "root" "srid" ]; }; networking.hostName = "p71"; # Define your hostname. diff --git a/hosts/x1c7.nix b/hosts/x1c7.nix index 2049675..e13bb10 100644 --- a/hosts/x1c7.nix +++ b/hosts/x1c7.nix @@ -38,6 +38,7 @@ extraOptions = '' experimental-features = nix-command flakes ''; + trustedUsers = [ "root" "srid" ]; }; time.timeZone = "America/New_York";