{ pkgs, ... }:
{
services.vault = {
enable = true;
#adress = "chungus.private:8200";
package = pkgs.unstable.vault;
};
}