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

This commit is contained in:
Jörg Thalheim 2023-11-18 13:45:20 +01:00 committed by Jörg Thalheim
parent bd88398369
commit 224537581a

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 = {