Make allowOther work for HM impermanence.
This commit is contained in:
@@ -41,6 +41,9 @@
|
|||||||
Defaults lecture = never
|
Defaults lecture = never
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# needed for allowOther in the home-manager impermanence config
|
||||||
|
programs.fuse.userAllowOther = true;
|
||||||
|
|
||||||
# reset / at each boot
|
# reset / at each boot
|
||||||
# Note `lib.mkBefore` is used instead of `lib.mkAfter` here.
|
# Note `lib.mkBefore` is used instead of `lib.mkAfter` here.
|
||||||
boot.initrd.postDeviceCommands = pkgs.lib.mkBefore ''
|
boot.initrd.postDeviceCommands = pkgs.lib.mkBefore ''
|
||||||
|
|||||||
Reference in New Issue
Block a user