Allow users to set set allow_other for fuse mounts

nazuna
Simon Bruder 2022-06-15 00:45:51 +02:00
parent 43de9d1528
commit d177dcc710
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

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;