about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-06 12:01:16 +0000
committerGitHub <noreply@github.com>2023-12-06 12:01:16 +0000
commitf48be2ac66b503e69d0ea2c820d59d10ee66b549 (patch)
tree24cbb4eeaa05cc623c03a469413ca8bbaafb26a5 /nixos/tests
parent74c40a691fa5c490c86b02e36e382daa15ca7ab7 (diff)
parent224537581aa6fc1dd0971f4a250edc4b960bebe2 (diff)
downloadnixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar.gz
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar.bz2
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar.lz
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar.xz
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.tar.zst
nixlib-f48be2ac66b503e69d0ea2c820d59d10ee66b549.zip
Merge master into staging-next
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 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 = {