From 224537581aa6fc1dd0971f4a250edc4b960bebe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 18 Nov 2023 13:45:20 +0100 Subject: [PATCH] nixos/harmonia: test if extra-allowed-users works --- nixos/tests/harmonia.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/harmonia.nix b/nixos/tests/harmonia.nix index 6cf9ad4d2335..a9beac82f8e1 100644 --- a/nixos/tests/harmonia.nix +++ b/nixos/tests/harmonia.nix @@ -13,6 +13,9 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; system.extraDependencies = [ pkgs.emptyFile ]; + + # check that extra-allowed-users is effective for harmonia + nix.settings.allowed-users = []; }; client01 = {