From bbf6496ca889e44d918fd5c52504296dc00aa03b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 17:07:56 +1000 Subject: [PATCH] modified: installer.nix --- installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.nix b/installer.nix index 7b4195b..9db08ea 100644 --- a/installer.nix +++ b/installer.nix @@ -85,7 +85,7 @@ users.users.root = { shell = pkgs.bashInteractive; }; - environment.etc."auto-install.sh".source = ./auto-install.sh; +# environment.etc."auto-install.sh".source = ./auto-install.sh; environment.etc."auto-install.sh".mode = "0755"; environment.etc."home/nixos/.bashrc".text = ''