allow fuse if impermanent

This commit is contained in:
Osman Faruk Bayram 2025-10-21 10:36:00 +03:00
parent 0bf1c48bd4
commit 6fd92bdb5a

View file

@ -11,6 +11,11 @@
];
config = lib.mkMerge [
# Enable FUSE user_allow_other when impermanence is used
(lib.mkIf (config.osbmModules.hardware.disko.zfs.root.impermanenceRoot) {
programs.fuse.userAllowOther = true;
})
(lib.mkIf (config.osbmModules.homeManager.enable) {
home-manager = {
useGlobalPkgs = true;