Allow users to set set allow_other for fuse mounts

This commit is contained in:
Simon Bruder 2022-06-15 00:45:51 +02:00
parent 43de9d1528
commit d177dcc710
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -116,6 +116,9 @@
store \
diff-closures /run/current-system "$systemConfig"
'';
# Allow users to set allow_other for fuse mounts
programs.fuse.userAllowOther = true;
}
(lib.mkIf config.sbruder.full {
services.fwupd.enable = true;