summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-18 16:53:49 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-18 16:53:49 +0100
commit92c94a946fffcd7d4e9ade2148551051fda12dd1 (patch)
tree1d8c6ff0a0ec706e756e7c1bf0f2039f4fd70d8b
parent76672661b9b8cf731e2cd87984f701937e8df655 (diff)
downloadnixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar.gz
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar.bz2
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar.lz
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar.xz
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.tar.zst
nixpkgs-92c94a946fffcd7d4e9ade2148551051fda12dd1.zip
nixos/sourcehut: resolve deprecated setting
-rw-r--r--nixos/tests/sourcehut.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sourcehut.nix b/nixos/tests/sourcehut.nix
index d52fbddd20f..9caa1bcd98f 100644
--- a/nixos/tests/sourcehut.nix
+++ b/nixos/tests/sourcehut.nix
@@ -35,7 +35,7 @@ let
           };
 
           security.sudo.wheelNeedsPassword = false;
-          nix.trustedUsers = [ "root" "build" ];
+          nix.settings.trusted-users = [ "root" "build" ];
           documentation.nixos.enable = false;
 
           # builds.sr.ht-image-specific network settings