From aaa994137a89ab9d37fb83091dc7d24937898491 Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 25 Aug 2022 14:54:32 +0200 Subject: fix: reflect renames of Nix configuration options Change-Id: I7e28ac3d71acd7d99a1d3ef97bef9422097e4abf Reviewed-on: https://cl.tvl.fyi/c/depot/+/6154 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/modules/home-config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users/tazjin/nixos/modules') diff --git a/users/tazjin/nixos/modules/home-config.nix b/users/tazjin/nixos/modules/home-config.nix index 6157f2850db0..bda8f7a44014 100644 --- a/users/tazjin/nixos/modules/home-config.nix +++ b/users/tazjin/nixos/modules/home-config.nix @@ -12,9 +12,7 @@ initialHashedPassword = "$2b$05$1eBPdoIgan/C/L8JFqIHBuVscQyTKw1L/4VBlzlLvLBEf6CXS3EW6"; }; - nix = { - trustedUsers = [ "tazjin" ]; - }; + nix.settings.trusted-users = [ "tazjin" ]; home-manager.useGlobalPkgs = true; home-manager.users.tazjin = depot.users.tazjin.home."${config.networking.hostName}"; -- cgit 1.4.1