aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 17f47fa4341e2d9ea31e266878b590f16076ccdd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
	};
}
```