use sandboxed flatpak for browsers

This commit is contained in:
Christoph Cullmann 2025-03-31 23:55:28 +02:00
parent 4e230e690f
commit 24bb6df764
No known key found for this signature in database
2 changed files with 50 additions and 0 deletions

View file

@ -20,6 +20,9 @@ in
# our users
"/data/nixos/share/users.nix"
# flatpak configuration
"/data/nixos/share/flatpak.nix"
];
# install release
@ -220,6 +223,9 @@ in
# NetworkManager connections
"/etc/NetworkManager"
"/var/lib/NetworkManager"
# flatpak storage
"/var/lib/flatpak"
];
};