nixos/flatpak: add comment about selinux
This commit is contained in:
parent
2f48ebbdcf
commit
ce0511e302
|
@ -39,6 +39,9 @@ in {
|
|||
"/var/lib/flatpak/exports"
|
||||
];
|
||||
|
||||
# It has been possible since https://github.com/flatpak/flatpak/releases/tag/1.3.2
|
||||
# to build a SELinux policy module.
|
||||
|
||||
users.users.flatpak = {
|
||||
description = "Flatpak system helper";
|
||||
group = "flatpak";
|
||||
|
|
Loading…
Reference in New Issue