Avoid errors by allowing other users to see the user bindmounts

This commit is contained in:
Bun 2025-05-01 00:28:56 -04:00
parent fb05917bc0
commit 63b19c675a
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,6 @@
".local/share/keyrings"
".local/state/wireplumber"
] else []);
allowOther = false;
allowOther = true;
};
}

View file

@ -10,4 +10,6 @@
];
files = [ "/etc/machine-id" ];
};
programs.fuse.userAllowOther = true;
}