zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 8f19c1c15b54b068adbcb3b2911e5df7118119c9
parent d5ca291a68c452ce4108660455890ca79ee61f40
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 17 May 2025 17:11:23 +0200

config/nixos/modules/presets/base: disable `/etc`-overlayfs for now (seems broken)
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/nixos/modules/presets/base.nix b/config/nixos/modules/presets/base.nix
@@ -28,7 +28,7 @@ in
     programs.command-not-found.enable = false;
 
     # Remove perl from activation
-    system.etc.overlay.enable = lib.mkDefault true;
+    # system.etc.overlay.enable = lib.mkDefault true;
     services.userborn.enable = lib.mkDefault true;
 
     networking = {