From 7f1fc0444f8ae7a4c1263881a151eb3d2991bbb8 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 28 Apr 2022 14:55:39 -0400 Subject: main: Make bind address an environment variable --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..17f47fa --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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; + }; +} +``` -- cgit v1.2.3