aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-11 16:35:23 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-11 16:35:23 +0900
commit8223a9ee6637495c860aa3531f1db02e8c5bd819 (patch)
treef64e515503f2ef29f987fb608580c26e39d58f45 /README.md
parent88ac05be6dbb927d24b2c1e2950a3b1055158a3c (diff)
enable filter in README example
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e286b2d..ab49e2c9 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ This adds the `environment.fortify` option:
chromium.dbus = {
configSystem = {
+ filter = true;
talk = [
"org.bluez"
"org.freedesktop.Avahi"
@@ -91,6 +92,7 @@ This adds the `environment.fortify` option:
];
};
config = {
+ filter = true;
talk = [
"org.freedesktop.DBus"
"org.freedesktop.FileManager1"