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"