fix flatpak overrides global filesystems

This commit is contained in:
Laila van Reenen 2024-04-26 20:25:12 +02:00
parent 1eff0d29ae
commit e7b56b19b5

View File

@ -61,7 +61,7 @@
Context.sockets = [ Context.sockets = [
"wayland" "!x11" "!fallback-x11" "wayland" "!x11" "!fallback-x11"
]; ];
filesystems = [ Context.filesystems = [
"!host" "!host"
"!home" "!home"
]; ];