cleaner
This commit is contained in:
parent
e5849f79d6
commit
570a3f106a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
config = lib.mkMerge [
|
||||
# Enable FUSE user_allow_other when impermanence is used
|
||||
(lib.mkIf (config.osbmModules.hardware.disko.zfs.root.impermanenceRoot) {
|
||||
(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 = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue