Allow users to set set allow_other for fuse mounts
This commit is contained in:
parent
43de9d1528
commit
d177dcc710
|
@ -116,6 +116,9 @@
|
||||||
store \
|
store \
|
||||||
diff-closures /run/current-system "$systemConfig"
|
diff-closures /run/current-system "$systemConfig"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Allow users to set allow_other for fuse mounts
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
}
|
}
|
||||||
(lib.mkIf config.sbruder.full {
|
(lib.mkIf config.sbruder.full {
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue