nixos/flatpak: add comment about selinux

This commit is contained in:
worldofpeace 2019-07-30 23:01:08 -04:00
parent 2f48ebbdcf
commit ce0511e302

View File

@ -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";