We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e01c4a + 63157e3 commit 9b62d5eCopy full SHA for 9b62d5e
nixos/modules/services/home-automation/zwave-js-ui.nix
@@ -111,6 +111,7 @@ in
111
SystemCallFilter = [
112
"@system-service @pkey"
113
"~@privileged @resources"
114
+ "@chown"
115
];
116
UMask = "0077";
117
};
nixos/tests/zwave-js-ui.nix
@@ -25,7 +25,7 @@ import ./make-test-python.nix (
25
machine.wait_for_unit("zwave-js-ui.service")
26
machine.wait_for_open_port(9999)
27
machine.wait_until_succeeds("journalctl --since -1m --unit zwave-js-ui --grep 'Listening on port 9999host :: protocol HTTP'")
28
- machine.wait_for_file("/var/lib/zwave-js-ui/nodes.json")
+ machine.wait_for_file("/var/lib/zwave-js-ui/users.json")
29
'';
30
}
31
)
0 commit comments