# Waifud Providing a RESTful interface to a machine's virtual machines (waifus). ## Flake Options Example: ```nix { config, pkgs, ... }: { cara.services.waifud = { enable = true; environmentFileLocation = "/var/lib/waifud/.env"; port = 3000; }; } ```