Make allowOther work for HM impermanence.

This commit is contained in:
2024-09-13 16:27:50 +01:00
parent 5cd90444a4
commit 79970e1567

View File

@@ -41,6 +41,9 @@
Defaults lecture = never
'';
# needed for allowOther in the home-manager impermanence config
programs.fuse.userAllowOther = true;
# reset / at each boot
# Note `lib.mkBefore` is used instead of `lib.mkAfter` here.
boot.initrd.postDeviceCommands = pkgs.lib.mkBefore ''