Commit a7f89bc25117

Vincent Demeester <vincent@sbr.pm>
2026-06-01 15:50:11
fix(desktop): re-enable envfs
The nixpkgs envfs module now properly handles the boot race condition by pre-creating /sysroot/usr/bin and /sysroot/bin via initrd tmpfiles. The issue that caused the Feb 2026 disable is fixed upstream. Also bind-mounts /bin -> /usr/bin, so /bin/bash works for tools (like Copilot) that hardcode it.
1 parent 806c82c
Changed files (1)
systems
common
systems/common/desktop/default.nix
@@ -112,7 +112,7 @@
   };
 
   services = {
-    envfs.enable = false;
+    envfs.enable = true;
     power-profiles-daemon.enable = true;
     upower.enable = true;
     udisks2.enable = true;