remove some old code

This commit is contained in:
Richard Mauer 2024-12-31 20:45:03 -05:00
parent 4ef33abd45
commit 91db385f0c

View File

@ -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"