From 91db385f0c12a0b11f9b7dd401e5ea596714c977 Mon Sep 17 00:00:00 2001 From: Richard Mauer Date: Tue, 31 Dec 2024 20:45:03 -0500 Subject: [PATCH] remove some old code --- quickly.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/quickly.nix b/quickly.nix index 0d5161c..a34659c 100644 --- a/quickly.nix +++ b/quickly.nix @@ -40,14 +40,6 @@ in }; boot.initrd = { - # Alternatively, you can include entire directories - # commenting out to test this inside the base config - #extraFiles = { - # "install".source = pkgs.runCommand "install-files" {} '' - # mkdir -p $out - # cp -r ${./config/initrd-include}/* $out/ - #''; - #}; postMountCommands = '' echo "Mounting initial store"