use sandboxed flatpak for browsers
This commit is contained in:
parent
4e230e690f
commit
24bb6df764
2 changed files with 50 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue