From 92c94a946fffcd7d4e9ade2148551051fda12dd1 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 18 Dec 2022 16:53:49 +0100 Subject: nixos/sourcehut: resolve deprecated setting --- nixos/tests/sourcehut.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1