From 88dbefd1f2b93561ac398b0b6c38971ca0378a51 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Fri, 12 Apr 2024 14:40:14 +0200 Subject: [PATCH] nixosTests.samba: add anthonyroussel to maintainers --- nixos/tests/samba.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/tests/samba.nix b/nixos/tests/samba.nix index 89d51aed35d8..2501fea2d376 100644 --- a/nixos/tests/samba.nix +++ b/nixos/tests/samba.nix @@ -1,7 +1,7 @@ -import ./make-test-python.nix ({ pkgs, ... }: { +import ./make-test-python.nix ({ pkgs, lib, ... }: { name = "samba"; - meta.maintainers = [ ]; + meta.maintainers = [ lib.maintainers.anthonyroussel ]; nodes = { client = @@ -35,8 +35,6 @@ import ./make-test-python.nix ({ pkgs, ... }: { }; }; - # client# [ 4.542997] mount[777]: sh: systemd-ask-password: command not found - testScript = '' server.start() server.wait_for_unit("samba.target")