Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
  
    gram: pool
  
> ./basis/cache.nix 
  
  Lenses 
(coming soon!)
{ microvm.shares = [ {
  # use proto = "virtiofs" for MicroVMs that are started by systemd
  proto = "9p";
  tag = "ro-store";
  # a host's /nix/store will be picked up so that no
  # squashfs/erofs will be built for it.
  source = "/nix/store";
  mountPoint = "/nix/.ro-store";
} ]; }