Avoid errors by allowing other users to see the user bindmounts
This commit is contained in:
parent
fb05917bc0
commit
63b19c675a
2 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
||||||
".local/share/keyrings"
|
".local/share/keyrings"
|
||||||
".local/state/wireplumber"
|
".local/state/wireplumber"
|
||||||
] else []);
|
] else []);
|
||||||
allowOther = false;
|
allowOther = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,4 +10,6 @@
|
||||||
];
|
];
|
||||||
files = [ "/etc/machine-id" ];
|
files = [ "/etc/machine-id" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue