about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/sourcehut.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/sourcehut.nix')
-rw-r--r--nixpkgs/nixos/tests/sourcehut.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/sourcehut.nix b/nixpkgs/nixos/tests/sourcehut.nix
index d52fbddd20f3..87e6d82bdd8f 100644
--- a/nixpkgs/nixos/tests/sourcehut.nix
+++ b/nixpkgs/nixos/tests/sourcehut.nix
@@ -18,8 +18,10 @@ let
           # passwordless ssh server
           services.openssh = {
             enable = true;
-            permitRootLogin = "yes";
-            extraConfig = "PermitEmptyPasswords yes";
+            settings = {
+              PermitRootLogin = "yes";
+              PermitEmptyPasswords = true;
+            };
           };
 
           users = {
@@ -35,7 +37,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