mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: use new tmpfiles api
This commit is contained in:
parent
bfc3865336
commit
f5d513c573
30 changed files with 207 additions and 129 deletions
|
|
@ -395,11 +395,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/log/jitsi/jibri 755 jibri jibri"
|
||||
];
|
||||
|
||||
|
||||
systemd.tmpfiles.settings."10-jibri"."/var/log/jitsi/jibri".d = {
|
||||
user = "jibri";
|
||||
group = "jibri";
|
||||
mode = "755";
|
||||
};
|
||||
|
||||
# Configure Chromium to not show the "Chrome is being controlled by automatic test software" message.
|
||||
environment.etc."chromium/policies/managed/managed_policies.json".text = builtins.toJSON { CommandLineFlagSecurityWarningsEnabled = false; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue