allow fuse if impermanent
This commit is contained in:
parent
0bf1c48bd4
commit
6fd92bdb5a
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
config = lib.mkMerge [
|
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) {
|
(lib.mkIf (config.osbmModules.homeManager.enable) {
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue