nixos/harmonia: test if extra-allowed-users works

This commit is contained in:
Jörg Thalheim
2023-12-06 12:56:35 +01:00
committed by Jörg Thalheim
parent bd88398369
commit 224537581a
+3
View File
@@ -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 = {