about summary refs log tree commit diff
path: root/nixos/tests/harmonia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/harmonia.nix')
-rw-r--r--nixos/tests/harmonia.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/harmonia.nix b/nixos/tests/harmonia.nix
index 6cf9ad4d23358..a9beac82f8e12 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 = {