seperate hosts in each file

This commit is contained in:
Ranomier 2024-09-29 12:05:41 +02:00
parent 2597fc7fb8
commit 6e143facef
7 changed files with 168 additions and 144 deletions

View file

@ -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.*"
];
};