seperate hosts in each file
This commit is contained in:
parent
2597fc7fb8
commit
6e143facef
7 changed files with 168 additions and 144 deletions
|
@ -1,6 +1,4 @@
|
|||
# TODO refine firejail it seems that / is not shielded enough and app armor does not work
|
||||
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.firejail = {
|
||||
|
@ -16,8 +14,8 @@
|
|||
"--env=GTK_THEME=Adwaita:dark"
|
||||
# Enable system notifications
|
||||
"--dbus-user.talk=org.freedesktop.Notifications"
|
||||
# For screen sharing
|
||||
"--dbus-user.talk=org.freedesktop.portal.*"
|
||||
# For screen sharing
|
||||
"--dbus-user.talk=org.freedesktop.portal.*"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue