about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-11-18 13:45:20 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-12-06 12:56:35 +0100
commit224537581aa6fc1dd0971f4a250edc4b960bebe2 (patch)
tree5eccfae0837db019b5a2e96c77431ab747fc1e1c /nixos/tests
parentbd8839836974816f42c940c1dfe3e193b7381aae (diff)
nixos/harmonia: test if extra-allowed-users works
Diffstat (limited to 'nixos/tests')
-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 = {