nixos/harmonia: test if extra-allowed-users works
This commit is contained in:
parent
bd88398369
commit
224537581a
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue