Removing the 9pfs nix store.

The experiment was good for mounting directories with various overlay patterns from the host to the guest, but using it specifically for /nix/store was a bad idea. It would be better to just serve the host nix store with nix-serve -p 8080 and add that as a substituter during install.
This commit is contained in:
Tom Alexander
2025-05-10 20:40:49 -04:00
parent e65504b5f3
commit 5b7cae49c3
3 changed files with 0 additions and 82 deletions

View File

@@ -126,7 +126,6 @@
isoImage.makeUsbBootable = true;
me.buildingIso = true;
me.optimizations.enable = nixpkgs.lib.mkDefault false;
me._9pfs_nix_store.is_iso = true;
}
{
# These are big space hogs. The chance that I need them on an ISO is slim.
@@ -141,9 +140,6 @@
networking.useDHCP = true;
me.optimizations.enable = nixpkgs.lib.mkDefault false;
}
{
# me._9pfs_nix_store.enable = true;
}
];
in
{